diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 21:41:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 21:41:45 +0000 |
commit | 4d2c45e8d7a92c5717465926dc95461567e6c951 (patch) | |
tree | b746e65453b9044c7ac2f7a2e96447ab893d4102 /net-libs | |
parent | Moved net-libs/libnfnetlink from DEPEND to RDEPEND (diff) | |
download | gentoo-2-4d2c45e8d7a92c5717465926dc95461567e6c951.tar.gz gentoo-2-4d2c45e8d7a92c5717465926dc95461567e6c951.tar.bz2 gentoo-2-4d2c45e8d7a92c5717465926dc95461567e6c951.zip |
Stable for amd64, wrt bug #434300
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gupnp-igd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gupnp-igd/ChangeLog b/net-libs/gupnp-igd/ChangeLog index 6ac2a1dbbe90..51ed132439bd 100644 --- a/net-libs/gupnp-igd/ChangeLog +++ b/net-libs/gupnp-igd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gupnp-igd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.33 2012/05/05 02:54:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.34 2012/09/15 21:41:45 ago Exp $ + + 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> gupnp-igd-0.2.1.ebuild: + Stable for amd64, wrt bug #434300 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gupnp-igd-0.1.7.ebuild, gupnp-igd-0.1.11.ebuild, gupnp-igd-0.2.1.ebuild: diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild index b07275606626..be91c31e7ebf 100644 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild +++ b/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild,v 1.2 2012/05/05 02:54:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild,v 1.3 2012/09/15 21:41:45 ago Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -15,7 +15,7 @@ SRC_URI="http://www.gupnp.org/sites/all/files/sources/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+introspection python" RDEPEND=">=net-libs/gupnp-0.18 |