diff options
author | Sam James <sam@gentoo.org> | 2021-01-31 18:48:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-31 18:48:18 +0000 |
commit | 91004ab3aaba18806314b6583893fc285cc52130 (patch) | |
tree | 56c3ab6b626aff1394bf9151a0990d822ff6c79f /dev-cpp/catch | |
parent | x11-libs/goffice: Stabilize 0.10.48 x86, #766899 (diff) | |
download | gentoo-91004ab3aaba18806314b6583893fc285cc52130.tar.gz gentoo-91004ab3aaba18806314b6583893fc285cc52130.tar.bz2 gentoo-91004ab3aaba18806314b6583893fc285cc52130.zip |
dev-cpp/catch: Stabilize 2.13.3 x86, #766902
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-2.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-2.13.3.ebuild b/dev-cpp/catch/catch-2.13.3.ebuild index a33a6a89e42c..4ef090102289 100644 --- a/dev-cpp/catch/catch-2.13.3.ebuild +++ b/dev-cpp/catch/catch-2.13.3.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 |