diff options
author | Sam James <sam@gentoo.org> | 2023-02-25 14:01:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-25 14:01:41 +0000 |
commit | dfdf73e56eb10f91e685c964859c5d965316b3da (patch) | |
tree | 03bc276cac8b9e7e883d6fc1b7d1a25ff6bc39db /media-gfx/exiv2 | |
parent | sys-process/iotop-c: Stabilize 1.23 amd64, #896392 (diff) | |
download | gentoo-dfdf73e56eb10f91e685c964859c5d965316b3da.tar.gz gentoo-dfdf73e56eb10f91e685c964859c5d965316b3da.tar.bz2 gentoo-dfdf73e56eb10f91e685c964859c5d965316b3da.zip |
media-gfx/exiv2: Stabilize 0.27.6 x86, #896436
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.27.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.6.ebuild b/media-gfx/exiv2/exiv2-0.27.6.ebuild index 17a59d14539f..a424055a916c 100644 --- a/media-gfx/exiv2/exiv2-0.27.6.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.6.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN^}/${PN}/releases/download/v${PV}/${P}-Source.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" S="${WORKDIR}/${P}-Source" fi |