diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:53 +0200 |
commit | 18fb9abf6931dbbd8bd5154384b1703607032bb5 (patch) | |
tree | ae7ab6483e78e75cdfd0e76aca361aeab3b7557f /app-emacs/web-mode | |
parent | dev-util/idea-community: drop 2022.3.1 (diff) | |
download | gentoo-18fb9abf6931dbbd8bd5154384b1703607032bb5.tar.gz gentoo-18fb9abf6931dbbd8bd5154384b1703607032bb5.tar.bz2 gentoo-18fb9abf6931dbbd8bd5154384b1703607032bb5.zip |
app-emacs/web-mode: Stabilize 17.2.1 amd64, #892229
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/web-mode')
-rw-r--r-- | app-emacs/web-mode/web-mode-17.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/web-mode/web-mode-17.2.1.ebuild b/app-emacs/web-mode/web-mode-17.2.1.ebuild index edb07d0bd07e..5e4e3d763009 100644 --- a/app-emacs/web-mode/web-mode-17.2.1.ebuild +++ b/app-emacs/web-mode/web-mode-17.2.1.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://web-mode.org/ https://github.com/fxbois/web-mode/" SRC_URI="https://github.com/fxbois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" DOCS=( README.md ) |