diff options
author | Sam James <sam@gentoo.org> | 2024-02-06 19:58:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-06 19:58:58 +0000 |
commit | 8910a9f47f9805c22c4133126c628a05ae1aff92 (patch) | |
tree | 55f071c0012847bb72a3e775e9be65b0d2b2c680 | |
parent | games-board/gnubg: add 1.08.001 (diff) | |
download | gentoo-8910a9f47f9805c22c4133126c628a05ae1aff92.tar.gz gentoo-8910a9f47f9805c22c4133126c628a05ae1aff92.tar.bz2 gentoo-8910a9f47f9805c22c4133126c628a05ae1aff92.zip |
app-admin/logcheck: Stabilize 1.4.3-r2 amd64, #923952
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-admin/logcheck/logcheck-1.4.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logcheck/logcheck-1.4.3-r2.ebuild b/app-admin/logcheck/logcheck-1.4.3-r2.ebuild index 5331024d608a..951cee59aaa5 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r2.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r2.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 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-debian-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="cron systemd" # Test (emake system-test) requires access to system logs RESTRICT="test" |