summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/slime-2.12.ebuild')
-rw-r--r--app-emacs/slime/slime-2.12.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emacs/slime/slime-2.12.ebuild b/app-emacs/slime/slime-2.12.ebuild
index bcab613a5c75..c83a3e7645d7 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"