diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:45 +0300 |
commit | 2c0ec07d3f52ad8bd394077fae52d97aff087b78 (patch) | |
tree | e13612782f4fa3aa1b44e4679f0e9335f541b2f8 /app-emacs | |
parent | app-emacs/dockerfile-mode: Stabilize 1.9 amd64, #928556 (diff) | |
download | gentoo-2c0ec07d3f52ad8bd394077fae52d97aff087b78.tar.gz gentoo-2c0ec07d3f52ad8bd394077fae52d97aff087b78.tar.bz2 gentoo-2c0ec07d3f52ad8bd394077fae52d97aff087b78.zip |
app-emacs/dune-format: Stabilize 0.1 amd64, #928556
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/dune-format/dune-format-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/dune-format/dune-format-0.1.ebuild b/app-emacs/dune-format/dune-format-0.1.ebuild index d28171e53df3..c838e1e2ca0d 100644 --- a/app-emacs/dune-format/dune-format-0.1.ebuild +++ b/app-emacs/dune-format/dune-format-0.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 @@ -13,7 +13,7 @@ S="${WORKDIR}"/emacs-${P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="app-emacs/reformatter" RDEPEND=" |