Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/
Date: Mon, 04 Oct 2021 11:36:42
Message-Id: 1633347390.13c1b8c8c085b15974e4baf06f2eb1910e510757.polynomial-c@gentoo
1 commit: 13c1b8c8c085b15974e4baf06f2eb1910e510757
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 11:36:10 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 11:36:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c1b8c8
7
8 app-admin/apache-tools: Removed unused eclasses from inherit
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild | 2 +-
13 app-admin/apache-tools/apache-tools-2.4.49.ebuild | 2 +-
14 app-admin/apache-tools/apache-tools-2.4.50.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 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
18 index 42da9c838d8..4a1b3fe09d0 100644
19 --- a/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
20 +++ b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit flag-o-matic multilib toolchain-funcs
26 +inherit toolchain-funcs
27
28 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
29 HOMEPAGE="https://httpd.apache.org/"
30
31 diff --git a/app-admin/apache-tools/apache-tools-2.4.49.ebuild b/app-admin/apache-tools/apache-tools-2.4.49.ebuild
32 index b5ecdf5174d..0e21829b988 100644
33 --- a/app-admin/apache-tools/apache-tools-2.4.49.ebuild
34 +++ b/app-admin/apache-tools/apache-tools-2.4.49.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -inherit flag-o-matic multilib toolchain-funcs
40 +inherit toolchain-funcs
41
42 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
43 HOMEPAGE="https://httpd.apache.org/"
44
45 diff --git a/app-admin/apache-tools/apache-tools-2.4.50.ebuild b/app-admin/apache-tools/apache-tools-2.4.50.ebuild
46 index d78e19b7aae..cbda9d9f14f 100644
47 --- a/app-admin/apache-tools/apache-tools-2.4.50.ebuild
48 +++ b/app-admin/apache-tools/apache-tools-2.4.50.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=8
53 -inherit flag-o-matic multilib toolchain-funcs
54 +inherit toolchain-funcs
55
56 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
57 HOMEPAGE="https://httpd.apache.org/"