diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-08 21:16:03 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-08 21:16:31 +0200 |
commit | a26f801c4bd79e414dd270160b8d3929584ff0a3 (patch) | |
tree | 5dee1fbca17d906e930659c968c3bee158901020 /app-emacs/slime | |
parent | sys-kernel/gentoo-sources: Linux 4.15.X cleanup (diff) | |
download | gentoo-a26f801c4bd79e414dd270160b8d3929584ff0a3.tar.gz gentoo-a26f801c4bd79e414dd270160b8d3929584ff0a3.tar.bz2 gentoo-a26f801c4bd79e414dd270160b8d3929584ff0a3.zip |
app-emacs/slime: Roll back stabilization on amd64 due to dependency on bug #645954
Bug: https://bugs.gentoo.org/652808
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/slime')
-rw-r--r-- | app-emacs/slime/slime-2.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/slime/slime-2.20.ebuild b/app-emacs/slime/slime-2.20.ebuild index 41a49437b417..b8a5bdb9d7fa 100644 --- a/app-emacs/slime/slime-2.20.ebuild +++ b/app-emacs/slime/slime-2.20.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 xref? ( xref.lisp )" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc xref" RESTRICT=test # tests fail to contact sbcl |