diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-14 15:41:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-14 15:41:43 +0000 |
commit | 78c67de3f1f5ec07efb1df59b30a1bc3ade95bc8 (patch) | |
tree | 126b834c13f257788cd0658002510115584db8ef /net-p2p/amule | |
parent | Remove redundant USE=upnp description; it matches the global flag meaning. (diff) | |
download | gentoo-2-78c67de3f1f5ec07efb1df59b30a1bc3ade95bc8.tar.gz gentoo-2-78c67de3f1f5ec07efb1df59b30a1bc3ade95bc8.tar.bz2 gentoo-2-78c67de3f1f5ec07efb1df59b30a1bc3ade95bc8.zip |
Remove redundant USE=upnp description; it matches the global flag meaning.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/amule/metadata.xml | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 142b205e19ce..fbbc06d106af 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.167 2012/06/03 16:57:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.168 2012/12/14 15:41:43 mgorny Exp $ + + 14 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml: + Remove redundant USE=upnp description; it matches the global flag meaning. 03 Jun 2012; Raúl Porcel <armin76@gentoo.org> -amule-2.2.6.ebuild, -files/amule-2.2.6-gcc45.patch, amule-2.3.1.ebuild: @@ -681,4 +684,3 @@ Initial commit. Thanks to Marc Hildebrand <marc.hildebrand@t-online.de> for submitting bug #28428 - diff --git a/net-p2p/amule/metadata.xml b/net-p2p/amule/metadata.xml index 3a6295810631..3b8b3e7244bf 100644 --- a/net-p2p/amule/metadata.xml +++ b/net-p2p/amule/metadata.xml @@ -6,6 +6,5 @@ <flag name="daemon">Enable amule daemon</flag> <flag name="remote">Enable remote controlling of the client</flag> <flag name="stats">Enable statistic reporting</flag> - <flag name="upnp">Enables support for Intel UPnP stack.</flag> </use> </pkgmetadata> |