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 | 58b0b4b3a2b215121057ccc5471d97ea04603f4c (patch) | |
tree | 7eed7edc92999234d0783848eb98c2921da46db3 /app-emacs/commander | |
parent | app-emacs/ansi: Stabilize 0.4.1_p20211104 amd64, #892233 (diff) | |
download | gentoo-58b0b4b3a2b215121057ccc5471d97ea04603f4c.tar.gz gentoo-58b0b4b3a2b215121057ccc5471d97ea04603f4c.tar.bz2 gentoo-58b0b4b3a2b215121057ccc5471d97ea04603f4c.zip |
app-emacs/commander: Stabilize 0.7.0-r1 amd64, #892233
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/commander')
-rw-r--r-- | app-emacs/commander/commander-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/commander/commander-0.7.0-r1.ebuild b/app-emacs/commander/commander-0.7.0-r1.ebuild index f7609e0868c7..3538af12cf44 100644 --- a/app-emacs/commander/commander-0.7.0-r1.ebuild +++ b/app-emacs/commander/commander-0.7.0-r1.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 @@ S="${WORKDIR}"/${PN}.el-${PV} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |