diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 21:00:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 21:00:30 +0300 |
commit | cb013635c215b17d57e28b7da12fd4ad672b2722 (patch) | |
tree | 697efa46e2e0d23735d815701125880641a75987 /media-libs/gexiv2 | |
parent | gui-libs/gtk: Stabilize 4.10.5 arm, #913218 (diff) | |
download | gentoo-cb013635c215b17d57e28b7da12fd4ad672b2722.tar.gz gentoo-cb013635c215b17d57e28b7da12fd4ad672b2722.tar.bz2 gentoo-cb013635c215b17d57e28b7da12fd4ad672b2722.zip |
media-libs/gexiv2: Stabilize 0.14.2 arm, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-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 bc627b674ae4..591cbbce72bd 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" |