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 EC7421581D3 for ; Fri, 10 May 2024 17:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B0FCE2A29; Fri, 10 May 2024 17:30:47 +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 205C0E2A29 for ; Fri, 10 May 2024 17:30:47 +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 CAB5F343024 for ; Fri, 10 May 2024 17:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340B01A8B for ; Fri, 10 May 2024 17:30:44 +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: <1715362227.b34aa85664f99180ef25498bc9e754f95215aacc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libglade/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libglade/libglade-2.6.4-r4.ebuild X-VCS-Directories: gnome-base/libglade/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b34aa85664f99180ef25498bc9e754f95215aacc X-VCS-Branch: master Date: Fri, 10 May 2024 17:30:44 +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: aa864b96-7b4a-4dfa-9b5d-41507b256d8c X-Archives-Hash: c73a626e3f6d80bec27a7571e4f37f20 commit: b34aa85664f99180ef25498bc9e754f95215aacc Author: Sam James gentoo org> AuthorDate: Fri May 10 17:30:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 10 17:30:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34aa856 gnome-base/libglade: Stabilize 2.6.4-r4 amd64, #931684 Signed-off-by: Sam James gentoo.org> gnome-base/libglade/libglade-2.6.4-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/libglade/libglade-2.6.4-r4.ebuild b/gnome-base/libglade/libglade-2.6.4-r4.ebuild index f66e17c1d37c..5102f3a4d652 100644 --- a/gnome-base/libglade/libglade-2.6.4-r4.ebuild +++ b/gnome-base/libglade/libglade-2.6.4-r4.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://library.gnome.org/devel/libglade/stable/" LICENSE="LGPL-2" SLOT="2.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs test" RESTRICT="!test? ( test )"