diff options
author | 2017-02-03 16:43:25 +0000 | |
---|---|---|
committer | 2017-02-05 05:18:02 +0000 | |
commit | e029e10aab03f2f3c2acf03e9048090f1f22f559 (patch) | |
tree | 63acff3a5bea2ae9a0b9cc71a027bdce42f79a65 /sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild | |
parent | Drop "." from DESCRIPTION (diff) | |
download | sci-e029e10aab03f2f3c2acf03e9048090f1f22f559.tar.gz sci-e029e10aab03f2f3c2acf03e9048090f1f22f559.tar.bz2 sci-e029e10aab03f2f3c2acf03e9048090f1f22f559.zip |
Drop all non *86 KEYWORDS
I heavily doubt we are supporting any other architecture.
If I am wrong, please file a bug and I will add back the KEYWORDS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild')
-rw-r--r-- | sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild index 2d6e0aca4..813b450c5 100644 --- a/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild +++ b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/${MYP}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~x86" IUSE="+incblas +openmp static-libs threads" REQUIRED_USE="|| ( openmp threads )" |