dev-cpp/catch: amd64 stable wrt bug #680592
authorAgostino Sarubbo <ago@gentoo.org>
Sat, 16 Mar 2019 21:38:12 +0000 (22:38 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Sat, 16 Mar 2019 21:38:12 +0000 (22:38 +0100)
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

dev-cpp/catch/catch-1.12.2.ebuild

index f8b78e0099596bc7c3abfdc861d8b2b22c803cdc..66c092f781d0086cca8fd8921430717ccd15dff3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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