diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 20:59:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 20:59:54 +0300 |
commit | d80ba10acaffb6c8ec8f906de74fed1952a37b16 (patch) | |
tree | a334c84604551a636e527b8287e4c90b1b92da33 /media-libs | |
parent | media-gfx/eog: Stabilize 44.3 arm64, #913218 (diff) | |
download | gentoo-d80ba10acaffb6c8ec8f906de74fed1952a37b16.tar.gz gentoo-d80ba10acaffb6c8ec8f906de74fed1952a37b16.tar.bz2 gentoo-d80ba10acaffb6c8ec8f906de74fed1952a37b16.zip |
media-libs/gexiv2: Stabilize 0.14.2 arm64, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.14.2.ebuild b/media-libs/gexiv2/gexiv2-0.14.2.ebuild index 2707b26a5579..bc627b674ae4 100644 --- a/media-libs/gexiv2/gexiv2-0.14.2.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gexiv2.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86" fi LICENSE="LGPL-2.1+ GPL-2" |