diff options
author | Sam James <sam@gentoo.org> | 2024-03-29 02:03:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 02:03:58 +0000 |
commit | 3592e1c1ae217643d33eff88888c72d7266a023a (patch) | |
tree | 665aea3e7b7abc7d65fa0062843fc9e4dbf5789c /media-gfx/exiv2 | |
parent | dev-libs/qcustomplot: Stabilize 2.1.1 amd64, #928074 (diff) | |
download | gentoo-3592e1c1ae217643d33eff88888c72d7266a023a.tar.gz gentoo-3592e1c1ae217643d33eff88888c72d7266a023a.tar.bz2 gentoo-3592e1c1ae217643d33eff88888c72d7266a023a.zip |
media-gfx/exiv2: Stabilize 0.28.2 amd64, #928075
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-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 c7e62ae426fc..41c5ed71e76a 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" |