diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-09 10:07:01 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-09 10:07:01 +0000 |
commit | d1b3a26dbf36102a70b3a19875e1e3981314b6a4 (patch) | |
tree | 2d078cb4a7652779250e8174b7ecccbccff7dd58 /net-analyzer/upnpscan | |
parent | Fix email address in ChangeLog (diff) | |
download | gentoo-2-d1b3a26dbf36102a70b3a19875e1e3981314b6a4.tar.gz gentoo-2-d1b3a26dbf36102a70b3a19875e1e3981314b6a4.tar.bz2 gentoo-2-d1b3a26dbf36102a70b3a19875e1e3981314b6a4.zip |
Remove unneeded 'eutils' eclass from inherit
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/upnpscan')
-rw-r--r-- | net-analyzer/upnpscan/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/upnpscan/ChangeLog b/net-analyzer/upnpscan/ChangeLog index ed83dd06e63b..2c968751e80d 100644 --- a/net-analyzer/upnpscan/ChangeLog +++ b/net-analyzer/upnpscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/upnpscan # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.13 2012/10/09 10:05:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.14 2012/10/09 10:07:01 pinkbyte Exp $ + + 09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> upnpscan-0.4-r3.ebuild: + Remove unneeded 'eutils' eclass from inherit *upnpscan-0.4-r3 (09 Oct 2012) diff --git a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild index a90d0a6a167e..c308a3ac402d 100644 --- a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild +++ b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.1 2012/10/09 10:05:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.2 2012/10/09 10:07:01 pinkbyte Exp $ EAPI="4" AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit autotools-utils eutils +inherit autotools-utils DESCRIPTION="Scans the network for UPNP capable devices" HOMEPAGE="http://www.cqure.net/wp/upnpscan/" |