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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DB421580FD for ; Tue, 24 Dec 2024 18:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D5A7E0636; Tue, 24 Dec 2024 18:53:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4213DE0636 for ; Tue, 24 Dec 2024 18:53:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E4CB335DCC for ; Tue, 24 Dec 2024 18:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E3531732 for ; Tue, 24 Dec 2024 18:53:33 +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: <1735066376.196b81e3cbb25baa5140b834f356c58175cd6b99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/automake-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/automake-vanilla/automake-vanilla-1.17.ebuild X-VCS-Directories: dev-build/automake-vanilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 196b81e3cbb25baa5140b834f356c58175cd6b99 X-VCS-Branch: master Date: Tue, 24 Dec 2024 18:53:33 +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: d9542937-0782-445c-b158-85b8bf07604a X-Archives-Hash: 006a57afb1c25ee8cc2b4fdb734bc727 commit: 196b81e3cbb25baa5140b834f356c58175cd6b99 Author: Sam James gentoo org> AuthorDate: Tue Dec 24 18:52:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 18:52:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196b81e3 dev-build/automake-vanilla: keyword 1.17 Signed-off-by: Sam James gentoo.org> dev-build/automake-vanilla/automake-vanilla-1.17.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild index 21168cdee797..1267152eba52 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild @@ -28,6 +28,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/" LICENSE="GPL-2" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" IUSE="test" RESTRICT="!test? ( test )"