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 855E5158018 for ; Mon, 4 Oct 2021 11:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D68B0E087A; Mon, 4 Oct 2021 11:43:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B88EFE0877 for ; Mon, 4 Oct 2021 11:43:51 +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 B99EA34301F for ; Mon, 4 Oct 2021 11:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35483114 for ; Mon, 4 Oct 2021 11:43:49 +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: <1633347809.fbb2806fff39fa9868bf289fa478b0f5ff3e11a9.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.50.ebuild X-VCS-Directories: app-admin/apache-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fbb2806fff39fa9868bf289fa478b0f5ff3e11a9 X-VCS-Branch: master Date: Mon, 4 Oct 2021 11:43:49 +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: b3f6b68a-19ff-4453-a205-001eab4c7eef X-Archives-Hash: bd325b31bf602beb7dfd93edadc22926 commit: fbb2806fff39fa9868bf289fa478b0f5ff3e11a9 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 4 11:42:01 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 4 11:43:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb2806f Revert "app-admin/apache-tools: Bump to version 2.4.50" This reverts commit 238a91db53ce16918642b149a14f3f0f36011987. Wrong commit message Signed-off-by: Lars Wendler gentoo.org> app-admin/apache-tools/apache-tools-2.4.50.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cbda9d9f14f..b27e6d61c83 100644 --- a/app-admin/apache-tools/apache-tools-2.4.50.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.50.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 inherit toolchain-funcs DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"