diff options
author | 2025-01-05 22:56:24 +0000 | |
---|---|---|
committer | 2025-01-05 22:56:24 +0000 | |
commit | c1be3defeeb7abbc57ade16570bc72c5273453e4 (patch) | |
tree | e1abf702ee1acc2d98e866e5f1ad9fa3e2a1a8ce /app-emacs | |
parent | app-shells/pwsh-bin: Stabilize 7.4.6 amd64, #947537 (diff) | |
download | gentoo-c1be3defeeb7abbc57ade16570bc72c5273453e4.tar.gz gentoo-c1be3defeeb7abbc57ade16570bc72c5273453e4.tar.bz2 gentoo-c1be3defeeb7abbc57ade16570bc72c5273453e4.zip |
app-emacs/slime: Stabilize 2.31 ALLARCHES, #947538
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/slime/slime-2.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/slime/slime-2.31.ebuild b/app-emacs/slime/slime-2.31.ebuild index faeafd09686d..ef5d11ed9c6f 100644 --- a/app-emacs/slime/slime-2.31.ebuild +++ b/app-emacs/slime/slime-2.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB 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 |