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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEC1B15808B for ; Mon, 30 Sep 2024 02:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128B8E2A55; Mon, 30 Sep 2024 02:36:08 +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 E3E74E2A37 for ; Mon, 30 Sep 2024 02:36:07 +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 E6A0B34300F for ; Mon, 30 Sep 2024 02:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A951EF3 for ; Mon, 30 Sep 2024 02:36:05 +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: <1727663434.2bcd2282e9eeb44f15685f6b16923e704d368a5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libltdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libltdl/libltdl-2.5.3.ebuild X-VCS-Directories: dev-libs/libltdl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bcd2282e9eeb44f15685f6b16923e704d368a5d X-VCS-Branch: master Date: Mon, 30 Sep 2024 02:36:05 +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: 0ef5fbd5-2340-4b32-8ec8-da7f6d44c6b3 X-Archives-Hash: 74a483ec01eacc33b9d43649ecbf2551 commit: 2bcd2282e9eeb44f15685f6b16923e704d368a5d Author: Sam James gentoo org> AuthorDate: Mon Sep 30 02:30:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 02:30:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcd2282 dev-libs/libltdl: keyword 2.5.3 Signed-off-by: Sam James gentoo.org> dev-libs/libltdl/libltdl-2.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libltdl/libltdl-2.5.3.ebuild b/dev-libs/libltdl/libltdl-2.5.3.ebuild index e6abc36daf5a..b367c10d5e46 100644 --- a/dev-libs/libltdl/libltdl-2.5.3.ebuild +++ b/dev-libs/libltdl/libltdl-2.5.3.ebuild @@ -15,7 +15,7 @@ if false && ! [[ $(( $(ver_cut 2) % 2 )) -eq 0 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/libtool/${MY_P}.tar.xz" else SRC_URI="mirror://gnu/libtool/${MY_P}.tar.xz" - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}"/${MY_P}/libltdl