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 3353A15838C for ; Thu, 18 Jan 2024 08:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D8F0E2B85; Thu, 18 Jan 2024 08:06:25 +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 5D442E2B84 for ; Thu, 18 Jan 2024 08:06:25 +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 76E2F3433A6 for ; Thu, 18 Jan 2024 08:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62B314BE for ; Thu, 18 Jan 2024 08:06:21 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1705565056.0824b72c92fb5be7fb9ee308199027f2fdfc3b56.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libintl/libintl-0.22.4.ebuild X-VCS-Directories: dev-libs/libintl/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0824b72c92fb5be7fb9ee308199027f2fdfc3b56 X-VCS-Branch: master Date: Thu, 18 Jan 2024 08:06:21 +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: 23e7b982-19ee-46d3-8a9c-13cdeadbb9a9 X-Archives-Hash: 646dc551162c26b4b10d4921d3c5fc18 commit: 0824b72c92fb5be7fb9ee308199027f2fdfc3b56 Author: Matoro Mahri matoro tk> AuthorDate: Wed Jan 17 17:47:42 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 18 08:04:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0824b72c dev-libs/libintl: Stabilize 0.22.4 ppc, #919974 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Florian Schmaus gentoo.org> dev-libs/libintl/libintl-0.22.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libintl/libintl-0.22.4.ebuild b/dev-libs/libintl/libintl-0.22.4.ebuild index 2623d7fc6c7c..f691fa31e7eb 100644 --- a/dev-libs/libintl/libintl-0.22.4.ebuild +++ b/dev-libs/libintl/libintl-0.22.4.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs +threads" DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"