Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/
Date: Wed, 30 Sep 2020 21:15:13
Message-Id: 1601500376.8d5f07edc86300ed5507821039cdc812125ecfe6.sam@gentoo
1 commit: 8d5f07edc86300ed5507821039cdc812125ecfe6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 21:12:56 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 21:12:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5f07ed
7
8 media-libs/sdl2-ttf: Stabilize 2.0.15 arm64, #745567
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild
16 index b3bd9640bd3..f15d1fb62f2 100644
17 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild
18 +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
20
21 LICENSE="ZLIB"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 IUSE="static-libs X"
26
27 RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )