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.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 38855158020 for ; Fri, 11 Nov 2022 06:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63728E095F; Fri, 11 Nov 2022 06:30:27 +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 3DACEE095F for ; Fri, 11 Nov 2022 06:30:27 +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 5CD7B33BE19 for ; Fri, 11 Nov 2022 06:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF2872F for ; Fri, 11 Nov 2022 06:30:24 +0000 (UTC) From: "Sam James" 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" Message-ID: <1668148185.9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild X-VCS-Directories: media-libs/sdl-ttf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0 X-VCS-Branch: master Date: Fri, 11 Nov 2022 06:30:24 +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: ecaee12e-6f88-4e4a-908e-e838e360beaa X-Archives-Hash: c5cf7d4d1fa3c5b4649e3ae3204362c7 commit: 9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0 Author: Sam James gentoo org> AuthorDate: Fri Nov 11 06:29:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 11 06:29:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd2a3ec media-libs/sdl-ttf: drop superfluous autoreconf Upstream commit configure etc to git, so even though they don't make releases, we don't need autoreconf Signed-off-by: Sam James gentoo.org> media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild index e6683a15dc3d..414664c29897 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Check SDL-1.2 branch for possible backports/new snapshots -inherit autotools multilib-minimal +inherit multilib-minimal SDL_TTF_COMMIT="2648c22c4f9e32d05a11b32f636b1c225a1502ac" @@ -28,11 +28,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -src_prepare() { - default - eautoreconf -} - multilib_src_configure() { local myeconfargs=( $(use_enable static-libs static)