diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-03-03 14:21:23 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-03-03 14:24:20 +0100 |
commit | d5a32fc10c56a21edf1120739b6e0b18358c269d (patch) | |
tree | ffac79b22e0f07e56485a8d8fd5bd3f0ab81d48e /app-emacs | |
parent | net-im/psi: qconf dependency raised to 2.4 (diff) | |
download | gentoo-d5a32fc10c56a21edf1120739b6e0b18358c269d.tar.gz gentoo-d5a32fc10c56a21edf1120739b6e0b18358c269d.tar.bz2 gentoo-d5a32fc10c56a21edf1120739b6e0b18358c269d.zip |
app-emacs/slime: Remove bogus KEYWORDS line.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/slime/slime-2.11.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/slime/slime-2.12.ebuild | 6 | ||||
-rw-r--r-- | 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 bcab613a5c75..c83a3e7645d7 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 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" diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild index 8472e8e4f06f..c0c73e5a4715 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" |