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/libsfml/
Date: Wed, 02 Dec 2020 23:22:07
Message-Id: 1606951303.7756a57c65735f7fd4f81b02b23b4b8bb28379d9.sam@gentoo
1 commit: 7756a57c65735f7fd4f81b02b23b4b8bb28379d9
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 13:44:07 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 23:21:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7756a57c
7
8 media-libs/libsfml: added ~arm64
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-libs/libsfml/libsfml-2.5.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libsfml/libsfml-2.5.1.ebuild b/media-libs/libsfml/libsfml-2.5.1.ebuild
18 index 715c1d5a224..159102d0049 100644
19 --- a/media-libs/libsfml/libsfml-2.5.1.ebuild
20 +++ b/media-libs/libsfml/libsfml-2.5.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="ZLIB"
30 SLOT="0/$(ver_cut 1-2)"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~arm64 x86"
33 IUSE="debug doc examples"
34
35 RDEPEND="