diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-18 22:43:57 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-18 22:48:19 +0100 |
commit | 139fc44f9274b8e0393353dfa27bf8f0f01d9a33 (patch) | |
tree | a9391ee2616c62b7af7a5a3815bbe9e5b4cf75c6 /app-emacs/slime | |
parent | app-text/scrollkeeper-dtd: x86 stable (bug #642308) (diff) | |
download | gentoo-139fc44f9274b8e0393353dfa27bf8f0f01d9a33.tar.gz gentoo-139fc44f9274b8e0393353dfa27bf8f0f01d9a33.tar.bz2 gentoo-139fc44f9274b8e0393353dfa27bf8f0f01d9a33.zip |
app-emacs/slime: x86 stable (bug #621516)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/slime')
-rw-r--r-- | app-emacs/slime/slime-2.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild index bcab613a5c75..367f357aff3f 100644 --- a/app-emacs/slime/slime-2.15.ebuild +++ b/app-emacs/slime/slime-2.15.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 @@ -16,9 +16,9 @@ fi LICENSE="GPL-2 xref? ( xref.lisp )" SLOT="0" if [[ ${PV} == *9999* ]]; then - KEYWORDS="" + KEYWORDS="x86" else - KEYWORDS="~amd64 ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~ppc ~sparc x86" fi IUSE="doc xref" RESTRICT=test # tests fail to contact sbcl |