diff options
author | Jason Wever <weeve@gentoo.org> | 2007-02-27 02:46:20 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2007-02-27 02:46:20 +0000 |
commit | 5aef4d0aa91e4434880afb3e27f502be82cd9087 (patch) | |
tree | fc98caeb95abe0007f60e7b98653fc5441e6712a /net-libs/opal | |
parent | Added ~x86-fbsd keyword (diff) | |
download | gentoo-2-5aef4d0aa91e4434880afb3e27f502be82cd9087.tar.gz gentoo-2-5aef4d0aa91e4434880afb3e27f502be82cd9087.tar.bz2 gentoo-2-5aef4d0aa91e4434880afb3e27f502be82cd9087.zip |
Stable on SPARC wrt security bug #167643.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-libs/opal')
-rw-r--r-- | net-libs/opal/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/opal/opal-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/opal/ChangeLog b/net-libs/opal/ChangeLog index dac87d997d2a..3319467db071 100644 --- a/net-libs/opal/ChangeLog +++ b/net-libs/opal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/opal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.20 2007/02/25 18:36:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.21 2007/02/27 02:46:20 weeve Exp $ + + 27 Feb 2007; Jason Wever <weeve@gentoo.org> opal-2.2.5.ebuild: + Stable on SPARC wrt security bug #167643. 25 Feb 2007; Markus Rothe <corsair@gentoo.org> opal-2.2.5.ebuild: Stable on ppc64; bug #167643 diff --git a/net-libs/opal/opal-2.2.5.ebuild b/net-libs/opal/opal-2.2.5.ebuild index e2bc052a6b42..4ad33738f964 100644 --- a/net-libs/opal/opal-2.2.5.ebuild +++ b/net-libs/opal/opal-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-2.2.5.ebuild,v 1.3 2007/02/25 18:36:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-2.2.5.ebuild,v 1.4 2007/02/27 02:46:20 weeve Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz IUSE="novideo noaudio debug" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86" RDEPEND=">=dev-libs/pwlib-1.10.4 >=media-video/ffmpeg-0.4.7" |