diff options
author | 2015-09-22 22:38:30 -0400 | |
---|---|---|
committer | 2015-09-22 22:38:30 -0400 | |
commit | 92ab8f84c4446dde6feb41e659d3043171baf9fe (patch) | |
tree | 6f3d0c910b6cbad7fdd41a91ae964f4dafe3cf14 /net-misc | |
parent | net-misc/wget: fix REQUIRED_USE set up #561218 (diff) | |
download | gentoo-92ab8f84c4446dde6feb41e659d3043171baf9fe.tar.gz gentoo-92ab8f84c4446dde6feb41e659d3043171baf9fe.tar.bz2 gentoo-92ab8f84c4446dde6feb41e659d3043171baf9fe.zip |
net-misc/wget: drop unused autotools eclass
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/wget-1.16.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.16.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.16.3-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.16.3.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/wget/wget-1.16.2.ebuild b/net-misc/wget/wget-1.16.2.ebuild index c879bae59378..30bebcce1a31 100644 --- a/net-misc/wget/wget-1.16.2.ebuild +++ b/net-misc/wget/wget-1.16.2.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3-r1.ebuild b/net-misc/wget/wget-1.16.3-r1.ebuild index e6896b45316c..87b9d09c1d05 100644 --- a/net-misc/wget/wget-1.16.3-r1.ebuild +++ b/net-misc/wget/wget-1.16.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3-r2.ebuild b/net-misc/wget/wget-1.16.3-r2.ebuild index 91c24361304d..26d60ba88059 100644 --- a/net-misc/wget/wget-1.16.3-r2.ebuild +++ b/net-misc/wget/wget-1.16.3-r2.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3.ebuild b/net-misc/wget/wget-1.16.3.ebuild index c879bae59378..30bebcce1a31 100644 --- a/net-misc/wget/wget-1.16.3.ebuild +++ b/net-misc/wget/wget-1.16.3.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" |