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 2EDCE158086 for ; Mon, 29 Nov 2021 07:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A1D72BC011; Mon, 29 Nov 2021 07:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 606E42BC011 for ; Mon, 29 Nov 2021 07:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93940342D71 for ; Mon, 29 Nov 2021 07:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7F21FA for ; Mon, 29 Nov 2021 07:39:34 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1638171568.affd772d5ecf99e121f3763b8b54f8cef39a1269.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild X-VCS-Directories: media-libs/sdl2-ttf/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: affd772d5ecf99e121f3763b8b54f8cef39a1269 X-VCS-Branch: master Date: Mon, 29 Nov 2021 07:39:34 +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: 534ac9e1-8bac-4b5a-a71e-9bcd17d42e17 X-Archives-Hash: 6ee35ca20e44db4703470db69fb02855 commit: affd772d5ecf99e121f3763b8b54f8cef39a1269 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 29 07:37:23 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Nov 29 07:39:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affd772d media-libs/sdl2-ttf: Stabilize 2.0.15 ppc64, #823545 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild index 84825ffb0264..06ad86a41cfd 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="static-libs X" RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )