From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44E87158018 for ; Mon, 4 Oct 2021 11:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08091E08FC; Mon, 4 Oct 2021 11:36:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA664E08FC for ; Mon, 4 Oct 2021 11:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC801342F8E for ; Mon, 4 Oct 2021 11:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D3C8134 for ; Mon, 4 Oct 2021 11:36:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1633347390.13c1b8c8c085b15974e4baf06f2eb1910e510757.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild app-admin/apache-tools/apache-tools-2.4.49.ebuild app-admin/apache-tools/apache-tools-2.4.50.ebuild X-VCS-Directories: app-admin/apache-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 13c1b8c8c085b15974e4baf06f2eb1910e510757 X-VCS-Branch: master Date: Mon, 4 Oct 2021 11:36:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02351c21-1538-4975-91f4-c289adbd6f45 X-Archives-Hash: 1856eda38c11a7abc8278a605ac26dec commit: 13c1b8c8c085b15974e4baf06f2eb1910e510757 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 4 11:36:10 2021 +0000 Commit: Lars Wendler gentoo 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 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/"