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/gexiv2/
Date: Sun, 30 Aug 2020 18:28:40
Message-Id: 1598812104.e17994f779376b74e50ce4eaf596b0397df0aff5.sam@gentoo
1 commit: e17994f779376b74e50ce4eaf596b0397df0aff5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 18:10:40 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 18:28:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17994f7
7
8 media-libs/gexiv2: Stabilize 0.12.1 arm64, #738728
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/gexiv2/gexiv2-0.12.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/gexiv2/gexiv2-0.12.1.ebuild b/media-libs/gexiv2/gexiv2-0.12.1.ebuild
16 index 4f9650c2f1b..7f90be8bca3 100644
17 --- a/media-libs/gexiv2/gexiv2-0.12.1.ebuild
18 +++ b/media-libs/gexiv2/gexiv2-0.12.1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
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 fi
26
27 LICENSE="LGPL-2.1+ GPL-2"