diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 09:02:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 09:02:21 +0000 |
commit | 855a0ba4ec676c544f139731d2f4f260f7a99f0d (patch) | |
tree | 8992463af8c729192c87a5b6a3e1910ba8d0986c /app-emacs/parseclj | |
parent | app-emacs/jinx: Stabilize 1.0 amd64, #921414 (diff) | |
download | gentoo-855a0ba4ec676c544f139731d2f4f260f7a99f0d.tar.gz gentoo-855a0ba4ec676c544f139731d2f4f260f7a99f0d.tar.bz2 gentoo-855a0ba4ec676c544f139731d2f4f260f7a99f0d.zip |
app-emacs/parseclj: Stabilize 1.1.1 amd64, #921416
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/parseclj')
-rw-r--r-- | app-emacs/parseclj/parseclj-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/parseclj/parseclj-1.1.1.ebuild b/app-emacs/parseclj/parseclj-1.1.1.ebuild index e65c3074b14f..093bb113f3b6 100644 --- a/app-emacs/parseclj/parseclj-1.1.1.ebuild +++ b/app-emacs/parseclj/parseclj-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |