commit: 13c1b8c8c085b15974e4baf06f2eb1910e510757 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Oct 4 11:36:10 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Oct 4 11:36:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c1b8c8
app-admin/apache-tools: Removed unused eclasses from inherit Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild | 2 +- app-admin/apache-tools/apache-tools-2.4.49.ebuild | 2 +- 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 42da9c838d8..4a1b3fe09d0 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 b5ecdf5174d..0e21829b988 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 d78e19b7aae..cbda9d9f14f 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/"
