diff options
author | Sam James <sam@gentoo.org> | 2023-09-19 00:26:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-19 00:26:34 +0100 |
commit | d9a9d18d96f62de5d3997067e45c0d40eb4c5997 (patch) | |
tree | a82951e71d54569a248b1a3f7b28332b15bf3692 /media-gfx/exiv2 | |
parent | sys-kernel/gentoo-sources: stabilize 6.1.53-r1 (diff) | |
download | gentoo-d9a9d18d96f62de5d3997067e45c0d40eb4c5997.tar.gz gentoo-d9a9d18d96f62de5d3997067e45c0d40eb4c5997.tar.bz2 gentoo-d9a9d18d96f62de5d3997067e45c0d40eb4c5997.zip |
media-gfx/exiv2: Stabilize 0.28.0 arm64, #913580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.28.0.ebuild b/media-gfx/exiv2/exiv2-0.28.0.ebuild index 511923fc2101..ce0c17a8e523 100644 --- a/media-gfx/exiv2/exiv2-0.28.0.ebuild +++ b/media-gfx/exiv2/exiv2-0.28.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" fi LICENSE="GPL-2" |