diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2007-05-30 21:10:48 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2007-05-30 21:10:48 +0000 |
commit | 13eab205281b670d471532d037ed1182891ad3b5 (patch) | |
tree | ab3fe6a779c75c2354cfa3c22b997a989259048d /net-libs/libupnp | |
parent | Stable on hppa. See Bug #180203. (diff) | |
download | gentoo-2-13eab205281b670d471532d037ed1182891ad3b5.tar.gz gentoo-2-13eab205281b670d471532d037ed1182891ad3b5.tar.bz2 gentoo-2-13eab205281b670d471532d037ed1182891ad3b5.zip |
Stable on ppc. See bug #168789.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs/libupnp')
-rw-r--r-- | net-libs/libupnp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libupnp/libupnp-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libupnp/ChangeLog b/net-libs/libupnp/ChangeLog index 85e51f55104b..c4d9611cd850 100644 --- a/net-libs/libupnp/ChangeLog +++ b/net-libs/libupnp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libupnp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.6 2007/05/30 20:36:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.7 2007/05/30 21:10:48 killerfox Exp $ + + 30 May 2007; René Nussbaumer <killerfox@gentoo.org> libupnp-1.4.6.ebuild: + Stable on ppc. See bug #168789. 30 May 2007; Doug Goldstein <cardoe@gentoo.org> libupnp-1.4.6.ebuild: stable on amd64 wrt bug #168789. Even though it still has 64 bit issues that diff --git a/net-libs/libupnp/libupnp-1.4.6.ebuild b/net-libs/libupnp/libupnp-1.4.6.ebuild index e984c26f4f71..1a58268a90e9 100644 --- a/net-libs/libupnp/libupnp-1.4.6.ebuild +++ b/net-libs/libupnp/libupnp-1.4.6.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/libupnp/libupnp-1.4.6.ebuild,v 1.4 2007/05/30 20:36:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.4.6.ebuild,v 1.5 2007/05/30 21:10:48 killerfox Exp $ WANT_AUTOMAKE=1.9 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="debug" RDEPEND="!net-misc/upnp" |