diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 21:40:29 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 21:57:35 +0200 |
commit | d9b107db7573a10be0a22739fdb8b1c2c5c56d3d (patch) | |
tree | 8a95e3c98a992ef4ed13fae86fe7117c14e95fc7 /dev-cpp/catch | |
parent | dev-util/android-tools: x86 stable (bug #681606) (diff) | |
download | gentoo-d9b107db7573a10be0a22739fdb8b1c2c5c56d3d.tar.gz gentoo-d9b107db7573a10be0a22739fdb8b1c2c5c56d3d.tar.bz2 gentoo-d9b107db7573a10be0a22739fdb8b1c2c5c56d3d.zip |
dev-cpp/catch: x86 stable (bug #680592)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-1.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-1.12.2.ebuild b/dev-cpp/catch/catch-1.12.2.ebuild index 66c092f781d0..8f80ebe3e71c 100644 --- a/dev-cpp/catch/catch-1.12.2.ebuild +++ b/dev-cpp/catch/catch-1.12.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then else MY_P=${PN^}-${PV} SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${PN^}2-${PV}" fi |