diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-01 08:29:14 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-01 08:29:14 +0000 |
commit | 4a81ac885431bfcc9343430f4b1321814eecdffc (patch) | |
tree | ba283c00504d0d96406046efcf72f8d662c7e273 | |
parent | x86 stable wrt bug #427560 (diff) | |
download | gentoo-2-4a81ac885431bfcc9343430f4b1321814eecdffc.tar.gz gentoo-2-4a81ac885431bfcc9343430f4b1321814eecdffc.tar.bz2 gentoo-2-4a81ac885431bfcc9343430f4b1321814eecdffc.zip |
x86 stable wrt bug #434300
(Portage version: 2.1.11.9/cvs/Linux i686)
-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 5291d9a2191d..6bf13d743817 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.38 2012/09/19 13:37:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.39 2012/10/01 08:29:14 phajdan.jr Exp $ + + 01 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gupnp-igd-0.2.1.ebuild: + x86 stable wrt bug #434300 19 Sep 2012; Jeroen Roovers <jer@gentoo.org> gupnp-igd-0.2.1.ebuild: Stable for HPPA (bug #434300). 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 4ea5aa2a7560..0bcb216f4274 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.5 2012/09/19 13:35:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.1.ebuild,v 1.6 2012/10/01 08:29:14 phajdan.jr 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 |