From: Ulrich Müller Date: Sat, 3 Mar 2018 13:21:23 +0000 (+0100) Subject: app-emacs/slime: Remove bogus KEYWORDS line. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d5a32fc10c56a21edf1120739b6e0b18358c269d;p=gentoo.git app-emacs/slime: Remove bogus KEYWORDS line. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- 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"