diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:26:25 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:26:25 +0000 |
commit | 83b4fb35180f70d3e8b46e993099347c73fd0a9a (patch) | |
tree | de79094f80c2b3263384a4f56e512da6de37428d /net-libs | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-83b4fb35180f70d3e8b46e993099347c73fd0a9a.tar.gz gentoo-2-83b4fb35180f70d3e8b46e993099347c73fd0a9a.tar.bz2 gentoo-2-83b4fb35180f70d3e8b46e993099347c73fd0a9a.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gupnp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gupnp/gupnp-0.20.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog index 960a3e136709..379d4d4c5e7c 100644 --- a/net-libs/gupnp/ChangeLog +++ b/net-libs/gupnp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gupnp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.77 2014/02/22 15:41:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.78 2014/02/22 22:26:25 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gupnp-0.20.10.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gupnp-0.20.10.ebuild: arch stable, bug 888 diff --git a/net-libs/gupnp/gupnp-0.20.10.ebuild b/net-libs/gupnp/gupnp-0.20.10.ebuild index 6ec5570062c2..47b22ce61e14 100644 --- a/net-libs/gupnp/gupnp-0.20.10.ebuild +++ b/net-libs/gupnp/gupnp-0.20.10.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/gupnp-0.20.10.ebuild,v 1.2 2014/02/22 15:41:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.10.ebuild,v 1.3 2014/02/22 22:26:25 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ HOMEPAGE="http://gupnp.org/" LICENSE="LGPL-2" SLOT="0/4" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="connman +introspection kernel_linux networkmanager" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |