diff options
author | Sam James <sam@gentoo.org> | 2023-09-19 00:26:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-19 00:26:35 +0100 |
commit | 1a406fe64778b43982ca9b7e7b05b53293eea0bc (patch) | |
tree | a3350cffe5a5d83a47741b4bb27094f37bad892a /media-gfx | |
parent | media-gfx/exiv2: Stabilize 0.28.0 arm64, #913580 (diff) | |
download | gentoo-1a406fe64778b43982ca9b7e7b05b53293eea0bc.tar.gz gentoo-1a406fe64778b43982ca9b7e7b05b53293eea0bc.tar.bz2 gentoo-1a406fe64778b43982ca9b7e7b05b53293eea0bc.zip |
media-gfx/exiv2: Stabilize 0.28.0 arm, #913580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-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 ce0c17a8e523..b5e80a4f3cdd 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" |