diff options
author | Sam James <sam@gentoo.org> | 2024-03-29 02:03:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 02:03:59 +0000 |
commit | bbf87b1e15bcb57673e95b8a00dccc5f31f6dd2b (patch) | |
tree | 1628bdb0b333dfb52b92da95d8510282a1aa50dc /media-gfx | |
parent | media-gfx/exiv2: Stabilize 0.28.2 arm64, #928075 (diff) | |
download | gentoo-bbf87b1e15bcb57673e95b8a00dccc5f31f6dd2b.tar.gz gentoo-bbf87b1e15bcb57673e95b8a00dccc5f31f6dd2b.tar.bz2 gentoo-bbf87b1e15bcb57673e95b8a00dccc5f31f6dd2b.zip |
media-gfx/exiv2: Stabilize 0.28.2 arm, #928075
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.28.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.28.2.ebuild b/media-gfx/exiv2/exiv2-0.28.2.ebuild index 368942ce1d5e..46c944425432 100644 --- a/media-gfx/exiv2/exiv2-0.28.2.ebuild +++ b/media-gfx/exiv2/exiv2-0.28.2.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" |