diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:49 +0300 |
commit | 807755c697e9f07e59d02613e593f2847ec49383 (patch) | |
tree | 5d02f7f59c275e05a4e3110b7516a6285969e6ed /app-emacs | |
parent | app-emacs/load-relative: Stabilize 1.3.2 amd64, #928556 (diff) | |
download | gentoo-807755c697e9f07e59d02613e593f2847ec49383.tar.gz gentoo-807755c697e9f07e59d02613e593f2847ec49383.tar.bz2 gentoo-807755c697e9f07e59d02613e593f2847ec49383.zip |
app-emacs/m-buffer: Stabilize 0.15 amd64, #928556
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/m-buffer/m-buffer-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/m-buffer/m-buffer-0.15.ebuild b/app-emacs/m-buffer/m-buffer-0.15.ebuild index 69f1a9262033..51c907f97f7e 100644 --- a/app-emacs/m-buffer/m-buffer-0.15.ebuild +++ b/app-emacs/m-buffer/m-buffer-0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/phillord/${PN}-el/archive/v${PV}.tar.gz S="${WORKDIR}"/${PN}-el-${PV} LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |