diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-24 22:16:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-24 22:16:31 +0000 |
commit | 068c311a1a9c0db721e50dfc70346d2c9f44a8b9 (patch) | |
tree | 311afc0b7fd00a59e41bd49113b1ec0744e5abb9 /net-libs/gupnp-igd | |
parent | Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo fo... (diff) | |
download | gentoo-2-068c311a1a9c0db721e50dfc70346d2c9f44a8b9.tar.gz gentoo-2-068c311a1a9c0db721e50dfc70346d2c9f44a8b9.tar.bz2 gentoo-2-068c311a1a9c0db721e50dfc70346d2c9f44a8b9.zip |
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/gupnp-igd')
-rw-r--r-- | net-libs/gupnp-igd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/gupnp-igd/ChangeLog b/net-libs/gupnp-igd/ChangeLog index 628e7d592efd..a6af7d1bf3f9 100644 --- a/net-libs/gupnp-igd/ChangeLog +++ b/net-libs/gupnp-igd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gupnp-igd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.59 2014/06/22 21:36:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.60 2014/06/24 22:16:31 mgorny Exp $ + + 24 Jun 2014; Michał Górny <mgorny@gentoo.org> gupnp-igd-0.2.3-r1.ebuild: + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for + GNOME 3.6. 22 Jun 2014; Michał Górny <mgorny@gentoo.org> gupnp-igd-0.2.3-r1.ebuild: Fix build with USE=-python. Remove obsolete Python build hack. diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild index a33a33a9c3dc..1f7693f5005c 100644 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild +++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.3-r1.ebuild,v 1.3 2014/06/22 21:36:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.4 2014/06/24 22:16:31 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+introspection python" RDEPEND=" - >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] >=net-libs/gssdp-0.14.7[${MULTILIB_USEDEP}] >=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.10 ) |