summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 00:52:24 +0000
committerSam James <sam@gentoo.org>2021-03-15 00:52:24 +0000
commit27920b1120b96cd85dc6459ac753189a7caba0cf (patch)
treed644e2ce66631a63cb09f30ab4fcb41027e7f41e /dev-cpp
parentapp-crypt/libnitrokey: Stabilize 3.6 amd64, #775833 (diff)
downloadgentoo-27920b1120b96cd85dc6459ac753189a7caba0cf.tar.gz
gentoo-27920b1120b96cd85dc6459ac753189a7caba0cf.tar.bz2
gentoo-27920b1120b96cd85dc6459ac753189a7caba0cf.zip
dev-cpp/catch: Stabilize 2.13.4 amd64, #775836
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/catch/catch-2.13.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-2.13.4.ebuild b/dev-cpp/catch/catch-2.13.4.ebuild
index ea9ba4ac559d..a33a6a89e42c 100644
--- a/dev-cpp/catch/catch-2.13.4.ebuild
+++ b/dev-cpp/catch/catch-2.13.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/${MY_P}"
fi