diff options
author | 2024-08-21 14:46:36 +0300 | |
---|---|---|
committer | 2024-08-21 14:46:36 +0300 | |
commit | fde26744d875cba5dae3fdabdc530495241aadfb (patch) | |
tree | c825e99ce7d17e4397b74ecc3c5828635e842b5c /media-gfx/exiv2 | |
parent | www-client/firefox: add 129.0.2 (diff) | |
download | gentoo-fde26744d875cba5dae3fdabdc530495241aadfb.tar.gz gentoo-fde26744d875cba5dae3fdabdc530495241aadfb.tar.bz2 gentoo-fde26744d875cba5dae3fdabdc530495241aadfb.zip |
media-gfx/exiv2: Stabilize 0.28.3 x86, #938265
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.28.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.28.3.ebuild b/media-gfx/exiv2/exiv2-0.28.3.ebuild index 20b248ed651b..11b2a5a550b9 100644 --- a/media-gfx/exiv2/exiv2-0.28.3.ebuild +++ b/media-gfx/exiv2/exiv2-0.28.3.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" |