summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-25 14:01:42 +0000
committerSam James <sam@gentoo.org>2023-02-25 14:01:42 +0000
commit728db01a40a14276973e19365684cc804e00b73a (patch)
tree298610b88c026177f1c6851b124ee6db32d6e3d6 /media-gfx
parentmedia-gfx/exiv2: Stabilize 0.27.6 x86, #896436 (diff)
downloadgentoo-728db01a40a14276973e19365684cc804e00b73a.tar.gz
gentoo-728db01a40a14276973e19365684cc804e00b73a.tar.bz2
gentoo-728db01a40a14276973e19365684cc804e00b73a.zip
media-gfx/exiv2: Stabilize 0.27.6 amd64, #896436
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/exiv2/exiv2-0.27.6.ebuild2
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 a424055a916c..e37622d64c94 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