diff options
author | 2023-06-25 17:59:54 +0000 | |
---|---|---|
committer | 2023-06-25 17:59:54 +0000 | |
commit | 82db8decca5bc10c3a6ab1a68de6cdbcc6bfedaa (patch) | |
tree | a7259fd2f9a2a472d0e6076f96415582d1f780c3 /media-libs/gexiv2 | |
parent | media-libs/gexiv2: Stabilize 0.14.1 arm, #907622 (diff) | |
download | gentoo-82db8decca5bc10c3a6ab1a68de6cdbcc6bfedaa.tar.gz gentoo-82db8decca5bc10c3a6ab1a68de6cdbcc6bfedaa.tar.bz2 gentoo-82db8decca5bc10c3a6ab1a68de6cdbcc6bfedaa.zip |
media-libs/gexiv2: Stabilize 0.14.1 x86, #907622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.14.1.ebuild b/media-libs/gexiv2/gexiv2-0.14.1.ebuild index b9a6b46648c0..197456b6a999 100644 --- a/media-libs/gexiv2/gexiv2-0.14.1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.1.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" |