From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE99015800F for ; Sat, 14 Jan 2023 22:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42BDE0825; Sat, 14 Jan 2023 22:48:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCABBE0825 for ; Sat, 14 Jan 2023 22:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A655E340ECA for ; Sat, 14 Jan 2023 22:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 706B183C for ; Sat, 14 Jan 2023 22:47:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673736466.4c74aa3d01077a3a6d353f563de24e503a160ce3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/evtest/evtest-1.35.ebuild X-VCS-Directories: app-misc/evtest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c74aa3d01077a3a6d353f563de24e503a160ce3 X-VCS-Branch: master Date: Sat, 14 Jan 2023 22:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 472f4592-de05-4f34-b57c-f22dc1244f47 X-Archives-Hash: 0567cf00ebacf0850f3bf13d4eed29be commit: 4c74aa3d01077a3a6d353f563de24e503a160ce3 Author: Sam James gentoo org> AuthorDate: Sat Jan 14 22:47:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 14 22:47:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c74aa3d app-misc/evtest: Stabilize 1.35 amd64, #890843 Signed-off-by: Sam James gentoo.org> app-misc/evtest/evtest-1.35.ebuild | 4 ++-- 1 file 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"