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 67176158020 for ; Thu, 10 Nov 2022 06:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0BB7E0942; Thu, 10 Nov 2022 06:41:39 +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 964DFE0942 for ; Thu, 10 Nov 2022 06:41:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B94B3340E41 for ; Thu, 10 Nov 2022 06:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60B5731 for ; Thu, 10 Nov 2022 06:41:35 +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: <1668062395.0915ed81e89dd211b45bdd8d200f3d8c70c39624.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-r1.ebuild X-VCS-Directories: media-libs/sdl-ttf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0915ed81e89dd211b45bdd8d200f3d8c70c39624 X-VCS-Branch: master Date: Thu, 10 Nov 2022 06:41:35 +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: a4877ace-6898-4a6b-b144-80d6fd067ad3 X-Archives-Hash: b6640348b30f11ece16fb05f3f04345b commit: 0915ed81e89dd211b45bdd8d200f3d8c70c39624 Author: Sam James gentoo org> AuthorDate: Thu Nov 10 06:39:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 10 06:39:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0915ed81 media-libs/sdl-ttf: add explicit backports/snapshot TODO Signed-off-by: Sam James gentoo.org> media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild index a2068af4c79a..040210674b8a 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +# We may want to grab backports from the SDL-1.2 branch upstream or +# even take snapshots from it in future, as no SDL 1 / 1.2.x releases +# will be made anymore. + inherit autotools multilib-minimal MY_P="${P/sdl-/SDL_}"