diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2007-06-29 11:24:17 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2007-06-29 11:24:17 +0000 |
commit | 9920adcc2418058abab3be1962cb3427215cdbac (patch) | |
tree | 63f567ad179a478acb25e4b0d134a356c7fde5fa /net-libs/libupnp | |
parent | The 30 days has gone, no complaints, finally removing :-) (diff) | |
download | gentoo-2-9920adcc2418058abab3be1962cb3427215cdbac.tar.gz gentoo-2-9920adcc2418058abab3be1962cb3427215cdbac.tar.bz2 gentoo-2-9920adcc2418058abab3be1962cb3427215cdbac.zip |
Removing blocking of net-misc/upnp, since it is finally gone :-)
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-libs/libupnp')
-rw-r--r-- | net-libs/libupnp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libupnp/libupnp-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/libupnp/ChangeLog b/net-libs/libupnp/ChangeLog index ee5bc637757a..ac6744d04cd1 100644 --- a/net-libs/libupnp/ChangeLog +++ b/net-libs/libupnp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libupnp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.8 2007/06/06 19:53:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.9 2007/06/29 11:24:17 gurligebis Exp $ + + 29 Jun 2007; Bjarke Istrup Pedersen <gurligebis@gentoo.org> + libupnp-1.4.6.ebuild: + Removing blocking of net-misc/upnp, since it is finally gone :-) 06 Jun 2007; Markus Rothe <corsair@gentoo.org> libupnp-1.4.6.ebuild: Stable on ppc64; bug #168789 diff --git a/net-libs/libupnp/libupnp-1.4.6.ebuild b/net-libs/libupnp/libupnp-1.4.6.ebuild index f0e9e1aea762..253782250709 100644 --- a/net-libs/libupnp/libupnp-1.4.6.ebuild +++ b/net-libs/libupnp/libupnp-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.4.6.ebuild,v 1.7 2007/06/26 02:27:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.4.6.ebuild,v 1.8 2007/06/29 11:24:17 gurligebis Exp $ WANT_AUTOMAKE=1.9 @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="debug" -RDEPEND="!net-misc/upnp" - src_unpack() { unpack ${A} cd "${S}" |