diff options
author | Sam James <sam@gentoo.org> | 2020-08-30 18:10:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-30 18:28:24 +0000 |
commit | e17994f779376b74e50ce4eaf596b0397df0aff5 (patch) | |
tree | b23a94f02c3d98b284a64eef45ec0b1cc5028e5d /media-libs/gexiv2 | |
parent | gnome-base/gvfs: Stabilize 1.44.1 arm64, #738728 (diff) | |
download | gentoo-e17994f779376b74e50ce4eaf596b0397df0aff5.tar.gz gentoo-e17994f779376b74e50ce4eaf596b0397df0aff5.tar.bz2 gentoo-e17994f779376b74e50ce4eaf596b0397df0aff5.zip |
media-libs/gexiv2: Stabilize 0.12.1 arm64, #738728
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.12.1.ebuild b/media-libs/gexiv2/gexiv2-0.12.1.ebuild index 4f9650c2f1b1..7f90be8bca34 100644 --- a/media-libs/gexiv2/gexiv2-0.12.1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.12.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" fi LICENSE="LGPL-2.1+ GPL-2" |