diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-25 17:59:57 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-25 17:59:57 +0000 |
commit | 9e95786636c91b5cb70692420317fd6efd13c531 (patch) | |
tree | 1c7cf9c371a1635bcd79517c768b977909816363 /media-libs | |
parent | media-libs/gexiv2: Stabilize 0.14.1 x86, #907622 (diff) | |
download | gentoo-9e95786636c91b5cb70692420317fd6efd13c531.tar.gz gentoo-9e95786636c91b5cb70692420317fd6efd13c531.tar.bz2 gentoo-9e95786636c91b5cb70692420317fd6efd13c531.zip |
media-libs/gexiv2: Stabilize 0.14.1 ppc64, #907622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-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 197456b6a999..7d9e499083be 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" |