From 13c1b8c8c085b15974e4baf06f2eb1910e510757 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 4 Oct 2021 13:36:10 +0200 Subject: app-admin/apache-tools: Removed unused eclasses from inherit Signed-off-by: Lars Wendler --- 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 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/" -- cgit v1.2.3-65-gdbad