Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/
Date: Sun, 18 Feb 2018 21:48:51
Message-Id: 1518990499.139fc44f9274b8e0393353dfa27bf8f0f01d9a33.whissi@gentoo
1 commit: 139fc44f9274b8e0393353dfa27bf8f0f01d9a33
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 21:43:57 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 21:48:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139fc44f
7
8 app-emacs/slime: x86 stable (bug #621516)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emacs/slime/slime-2.15.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild
16 index bcab613a5c7..367f357aff3 100644
17 --- a/app-emacs/slime/slime-2.15.ebuild
18 +++ b/app-emacs/slime/slime-2.15.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -16,9 +16,9 @@ fi
26 LICENSE="GPL-2 xref? ( xref.lisp )"
27 SLOT="0"
28 if [[ ${PV} == *9999* ]]; then
29 - KEYWORDS=""
30 + KEYWORDS="x86"
31 else
32 - KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 + KEYWORDS="~amd64 ~ppc ~sparc x86"
34 fi
35 IUSE="doc xref"
36 RESTRICT=test # tests fail to contact sbcl