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 | f68056909d499a5f05455faecdc8e765093cb7eb (patch) | |
tree | 2e5f8d19e3b3d124511e832387561177c8f4b18a /app-emacs | |
parent | sci-geosciences/josm-bin: Stabilize 18969 amd64, #928537 (diff) | |
download | gentoo-f68056909d499a5f05455faecdc8e765093cb7eb.tar.gz gentoo-f68056909d499a5f05455faecdc8e765093cb7eb.tar.bz2 gentoo-f68056909d499a5f05455faecdc8e765093cb7eb.zip |
app-emacs/assess: Stabilize 0.6 amd64, #928556
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/assess/assess-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/assess/assess-0.6.ebuild b/app-emacs/assess/assess-0.6.ebuild index 95c83fa6db65..38f41749e94b 100644 --- a/app-emacs/assess/assess-0.6.ebuild +++ b/app-emacs/assess/assess-0.6.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/phillord/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |