From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422269-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 206B2158094
	for <garchives@archives.gentoo.org>; Wed, 27 Jul 2022 02:40:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 417E7E0D5D;
	Wed, 27 Jul 2022 02:40:12 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ABF8FE0D5D
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 02:40:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 55D8B340D6E
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 02:40:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 718D6510
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 02:40:08 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1658889579.0e70b2e591ac5f798a126326af213f2ffb5a04b4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/automake/automake-9999.ebuild
X-VCS-Directories: sys-devel/automake/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0e70b2e591ac5f798a126326af213f2ffb5a04b4
X-VCS-Branch: master
Date: Wed, 27 Jul 2022 02:40:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2010a0db-f0aa-40fa-bdd2-a715c2148b99
X-Archives-Hash: e382cbcce234c4a092fb9ca756f5a273

commit:     0e70b2e591ac5f798a126326af213f2ffb5a04b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 02:39:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 02:39:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e70b2e5

sys-devel/automake: drop upstreamed patch

See https://git.savannah.gnu.org/cgit/automake.git/commit/?id=bde43d0481ff540418271ac37012a574a4fcf097.

Meant to do this before and forgot about it. Noticed when a user
on forums tried to install automake-9999 (unintentionally...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/automake/automake-9999.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
index d5f464992b96..0467aa671d75 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -46,11 +46,6 @@ BDEPEND="
 	test? ( ${PYTHON_DEPS} )
 "
 
-PATCHES=(
-	"${FILESDIR}"/automake-1.16.2-py3-compile.patch
-)
-# All patches have been submitted upstream.
-
 pkg_setup() {
 	# Avoid python-any-r1_pkg_setup
 	: