summaryrefslogtreecommitdiff
path: root/app-emacs/slime
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-03 14:21:23 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-03 14:24:20 +0100
commitd5a32fc10c56a21edf1120739b6e0b18358c269d (patch)
treeffac79b22e0f07e56485a8d8fd5bd3f0ab81d48e /app-emacs/slime
parent15309264e4ec6211fc6471512e6c787f44653d86 (diff)
downloadgentoo-d5a32fc10c56a21edf1120739b6e0b18358c269d.tar.gz
gentoo-d5a32fc10c56a21edf1120739b6e0b18358c269d.tar.xz
app-emacs/slime: Remove bogus KEYWORDS line.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/slime')
-rw-r--r--app-emacs/slime/slime-2.11.ebuild6
-rw-r--r--app-emacs/slime/slime-2.12.ebuild6
-rw-r--r--app-emacs/slime/slime-2.15.ebuild4
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"