app-emacs/slime: Remove bogus KEYWORDS line.
authorUlrich Müller <ulm@gentoo.org>
Sat, 3 Mar 2018 13:21:23 +0000 (14:21 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 3 Mar 2018 13:24:20 +0000 (14:24 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-emacs/slime/slime-2.11.ebuild
app-emacs/slime/slime-2.12.ebuild
app-emacs/slime/slime-2.15.ebuild

index bcab613a5c7516193a4881d644e2c03d11e7cb13..c83a3e7645d7059cb2853bf722a3cb3d18cb8a14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-       KEYWORDS=""
-else
+if [[ ${PV} != *9999* ]]; then
        KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 fi
 IUSE="doc xref"
index bcab613a5c7516193a4881d644e2c03d11e7cb13..c83a3e7645d7059cb2853bf722a3cb3d18cb8a14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-       KEYWORDS=""
-else
+if [[ ${PV} != *9999* ]]; then
        KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 fi
 IUSE="doc xref"
index 8472e8e4f06f1c898f108de5b556134026aab820..c0c73e5a4715985732a3decdcd9066a7f19d8be4 100644 (file)
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-       KEYWORDS="ppc x86"
-else
+if [[ ${PV} != *9999* ]]; then
        KEYWORDS="~amd64 ppc ~sparc x86"
 fi
 IUSE="doc xref"