diff options
author | Sam James <sam@gentoo.org> | 2023-01-14 22:47:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 22:47:46 +0000 |
commit | 4c74aa3d01077a3a6d353f563de24e503a160ce3 (patch) | |
tree | f467be698808fb6d2f643fc8cfc6dfc03456f9a4 /app-misc/evtest | |
parent | net-analyzer/icinga2: Stabilize 2.13.6-r1 x86, #890831 (diff) | |
download | gentoo-4c74aa3d01077a3a6d353f563de24e503a160ce3.tar.gz gentoo-4c74aa3d01077a3a6d353f563de24e503a160ce3.tar.bz2 gentoo-4c74aa3d01077a3a6d353f563de24e503a160ce3.zip |
app-misc/evtest: Stabilize 1.35 amd64, #890843
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/evtest')
-rw-r--r-- | app-misc/evtest/evtest-1.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/evtest/evtest-1.35.ebuild b/app-misc/evtest/evtest-1.35.ebuild index 96ddf335b126..d83fbdabf8d7 100644 --- a/app-misc/evtest/evtest-1.35.ebuild +++ b/app-misc/evtest/evtest-1.35.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 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" BDEPEND="app-text/asciidoc app-text/xmlto" |