diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-17 18:53:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-17 18:53:42 +0300 |
commit | 27101fea122bc13b35e765edd00fea090b0a8e22 (patch) | |
tree | 6b935254e7b4397d428f595e680b1b852886ce90 /media-libs/gexiv2 | |
parent | app-misc/tracker-miners: Stabilize 3.5.2 arm64, #907628 (diff) | |
download | gentoo-27101fea122bc13b35e765edd00fea090b0a8e22.tar.gz gentoo-27101fea122bc13b35e765edd00fea090b0a8e22.tar.bz2 gentoo-27101fea122bc13b35e765edd00fea090b0a8e22.zip |
media-libs/gexiv2: Stabilize 0.14.1 amd64, #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 3d6e9af9775e..267372807143 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" |