diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-09-15 21:16:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-09-15 21:16:12 +0000 |
commit | 6daf97238c0240c11c53ca7d15524b35dffea402 (patch) | |
tree | 658d4898e9f383140b2740c9de935d123506d2ed /net-libs/gupnp | |
parent | Version bump. Translation updates. Drop dependency on gnome-menus. (diff) | |
download | gentoo-2-6daf97238c0240c11c53ca7d15524b35dffea402.tar.gz gentoo-2-6daf97238c0240c11c53ca7d15524b35dffea402.tar.bz2 gentoo-2-6daf97238c0240c11c53ca7d15524b35dffea402.zip |
Add missing kernel_linux in IUSE.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gupnp')
-rw-r--r-- | net-libs/gupnp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gupnp/gupnp-0.18.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog index 9c1c6ef41ae5..988ee24c3469 100644 --- a/net-libs/gupnp/ChangeLog +++ b/net-libs/gupnp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gupnp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.39 2011/09/08 22:10:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.40 2011/09/15 21:16:12 eva Exp $ + + 15 Sep 2011; Gilles Dartiguelongue <eva@gentoo.org> gupnp-0.18.0.ebuild: + Add missing kernel_linux in IUSE. *gupnp-0.18.0 (08 Sep 2011) diff --git a/net-libs/gupnp/gupnp-0.18.0.ebuild b/net-libs/gupnp/gupnp-0.18.0.ebuild index bb8c922a04b1..4d33c2b87400 100644 --- a/net-libs/gupnp/gupnp-0.18.0.ebuild +++ b/net-libs/gupnp/gupnp-0.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.18.0.ebuild,v 1.1 2011/09/08 22:10:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.18.0.ebuild,v 1.2 2011/09/15 21:16:12 eva Exp $ EAPI="4" @@ -12,7 +12,7 @@ HOMEPAGE="http://gupnp.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection networkmanager" +IUSE="+introspection kernel_linux networkmanager" RDEPEND=">=net-libs/gssdp-0.11.2[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] |