diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2007-03-01 20:15:20 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2007-03-01 20:15:20 +0000 |
commit | 7f65558740232289c75bc4a3e5cf6c5e1e25a13e (patch) | |
tree | fff2f71a63f197ff81ecf999801f5186e19dfc13 /net-libs/opal | |
parent | Stable on hppa. See bug #167643. (diff) | |
download | gentoo-2-7f65558740232289c75bc4a3e5cf6c5e1e25a13e.tar.gz gentoo-2-7f65558740232289c75bc4a3e5cf6c5e1e25a13e.tar.bz2 gentoo-2-7f65558740232289c75bc4a3e5cf6c5e1e25a13e.zip |
Stable on hppa. See bug #167643.
(Portage version: 2.1.2-r9)
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 ceaf9506529f..cbef7a2f5c0c 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.22 2007/02/27 02:59:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.23 2007/03/01 20:15:20 killerfox Exp $ + + 01 Mar 2007; René Nussbaumer <killerfox@gentoo.org> opal-2.2.5.ebuild: + Stable on hppa. See bug #167643. 27 Feb 2007; Steve Dibb <beandog@gentoo.org> opal-2.2.5.ebuild: amd64 stable, security bug 167643 diff --git a/net-libs/opal/opal-2.2.5.ebuild b/net-libs/opal/opal-2.2.5.ebuild index 37418ee5100a..46ba2e0692a3 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.5 2007/02/27 02:59:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-2.2.5.ebuild,v 1.6 2007/03/01 20:15:20 killerfox 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" |