diff options
author | 2021-10-04 13:36:10 +0200 | |
---|---|---|
committer | 2021-10-04 13:36:30 +0200 | |
commit | 13c1b8c8c085b15974e4baf06f2eb1910e510757 (patch) | |
tree | 5ee15592fe92a1e484c20118de4281a3febca854 | |
parent | app-admin/apache-tools: Removed old (diff) | |
download | gentoo-13c1b8c8c085b15974e4baf06f2eb1910e510757.tar.gz gentoo-13c1b8c8c085b15974e4baf06f2eb1910e510757.tar.bz2 gentoo-13c1b8c8c085b15974e4baf06f2eb1910e510757.zip |
app-admin/apache-tools: Removed unused eclasses from inherit
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.49.ebuild | 2 | ||||
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.50.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild index 42da9c838d8f..4a1b3fe09d07 100644 --- a/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" HOMEPAGE="https://httpd.apache.org/" diff --git a/app-admin/apache-tools/apache-tools-2.4.49.ebuild b/app-admin/apache-tools/apache-tools-2.4.49.ebuild index b5ecdf5174d9..0e21829b9880 100644 --- a/app-admin/apache-tools/apache-tools-2.4.49.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.49.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" HOMEPAGE="https://httpd.apache.org/" diff --git a/app-admin/apache-tools/apache-tools-2.4.50.ebuild b/app-admin/apache-tools/apache-tools-2.4.50.ebuild index d78e19b7aae7..cbda9d9f14f5 100644 --- a/app-admin/apache-tools/apache-tools-2.4.50.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.50.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" HOMEPAGE="https://httpd.apache.org/" |