diff options
author | Sam James <sam@gentoo.org> | 2024-03-29 02:03:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 02:04:00 +0000 |
commit | 725358dbdf6c2a0b3718bab36d5de0447c00c8b0 (patch) | |
tree | d30e6315671cd4766ac8e8194bcf4ebe5aa7c017 /media-gfx | |
parent | media-gfx/exiv2: Stabilize 0.28.2 arm, #928075 (diff) | |
download | gentoo-725358dbdf6c2a0b3718bab36d5de0447c00c8b0.tar.gz gentoo-725358dbdf6c2a0b3718bab36d5de0447c00c8b0.tar.bz2 gentoo-725358dbdf6c2a0b3718bab36d5de0447c00c8b0.zip |
media-gfx/exiv2: Stabilize 0.28.2 sparc, #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 46c944425432..b19c4b92c728 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" |