diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:56 +0200 |
commit | 34358f7f44df5325abfb795019b07fda71e12b5f (patch) | |
tree | c8d04265dd784624c257e4c9a9bbfad2aec272ba /app-emacs/shut-up | |
parent | app-emacs/commander: Stabilize 0.7.0-r1 amd64, #892233 (diff) | |
download | gentoo-34358f7f44df5325abfb795019b07fda71e12b5f.tar.gz gentoo-34358f7f44df5325abfb795019b07fda71e12b5f.tar.bz2 gentoo-34358f7f44df5325abfb795019b07fda71e12b5f.zip |
app-emacs/shut-up: Stabilize 0.3.3 amd64, #892233
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/shut-up')
-rw-r--r-- | app-emacs/shut-up/shut-up-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/shut-up/shut-up-0.3.3.ebuild b/app-emacs/shut-up/shut-up-0.3.3.ebuild index f5a6d10ba523..67735fdebcd0 100644 --- a/app-emacs/shut-up/shut-up-0.3.3.ebuild +++ b/app-emacs/shut-up/shut-up-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |