diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:06 +0100 |
commit | 003920761b1bbf50b65a3b7a608135ea894f54e0 (patch) | |
tree | 1a0a3b25ab7c166277ec11edf6a053b4640e760b /media-gfx/curtail | |
parent | app-emacs/transient: Stabilize 0.5.0 x86, #921419 (diff) | |
download | gentoo-003920761b1bbf50b65a3b7a608135ea894f54e0.tar.gz gentoo-003920761b1bbf50b65a3b7a608135ea894f54e0.tar.bz2 gentoo-003920761b1bbf50b65a3b7a608135ea894f54e0.zip |
media-gfx/curtail: Stabilize 1.8.0 amd64, #921423
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/curtail')
-rw-r--r-- | media-gfx/curtail/curtail-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/curtail/curtail-1.8.0.ebuild b/media-gfx/curtail/curtail-1.8.0.ebuild index f85559ce168f..c60211abeb15 100644 --- a/media-gfx/curtail/curtail-1.8.0.ebuild +++ b/media-gfx/curtail/curtail-1.8.0.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 @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/Huluti/${PN^}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${P^} - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |