diff options
author | Sam James <sam@gentoo.org> | 2023-11-22 12:02:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-22 12:02:32 +0000 |
commit | 377277912a2f5aa510516feceadaeb492dc759f3 (patch) | |
tree | 4e0e298158c121fbe948f2ab1b7f772d9c439d18 /media-gfx | |
parent | net-libs/xdp-tools: add fix for memory leak in libxdp (diff) | |
download | gentoo-377277912a2f5aa510516feceadaeb492dc759f3.tar.gz gentoo-377277912a2f5aa510516feceadaeb492dc759f3.tar.bz2 gentoo-377277912a2f5aa510516feceadaeb492dc759f3.zip |
media-gfx/exiv2: Stabilize 0.28.1-r1 arm, #917669
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.28.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.28.1-r1.ebuild b/media-gfx/exiv2/exiv2-0.28.1-r1.ebuild index 949f35035997..27ad8fccd4f1 100644 --- a/media-gfx/exiv2/exiv2-0.28.1-r1.ebuild +++ b/media-gfx/exiv2/exiv2-0.28.1-r1.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" |