commit:     d5a32fc10c56a21edf1120739b6e0b18358c269d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 13:21:23 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 13:24:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a32fc1

app-emacs/slime: Remove bogus KEYWORDS line.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/slime/slime-2.11.ebuild | 6 ++----
 app-emacs/slime/slime-2.12.ebuild | 6 ++----
 app-emacs/slime/slime-2.15.ebuild | 4 +---
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-emacs/slime/slime-2.11.ebuild 
b/app-emacs/slime/slime-2.11.ebuild
index bcab613a5c7..c83a3e7645d 100644
--- a/app-emacs/slime/slime-2.11.ebuild
+++ b/app-emacs/slime/slime-2.11.ebuild
@@ -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"

diff --git a/app-emacs/slime/slime-2.12.ebuild 
b/app-emacs/slime/slime-2.12.ebuild
index bcab613a5c7..c83a3e7645d 100644
--- a/app-emacs/slime/slime-2.12.ebuild
+++ b/app-emacs/slime/slime-2.12.ebuild
@@ -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"

diff --git a/app-emacs/slime/slime-2.15.ebuild 
b/app-emacs/slime/slime-2.15.ebuild
index 8472e8e4f06..c0c73e5a471 100644
--- a/app-emacs/slime/slime-2.15.ebuild
+++ b/app-emacs/slime/slime-2.15.ebuild
@@ -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"

Reply via email to