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 F2F4415838C for ; Sun, 28 Jan 2024 15:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36ED5E29B4; Sun, 28 Jan 2024 15:52:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 21410E29B4 for ; Sun, 28 Jan 2024 15:52:21 +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 5AD2A34343D for ; Sun, 28 Jan 2024 15:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA50914B7 for ; Sun, 28 Jan 2024 15:52:18 +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: <1706457118.3d2bbe89217aaba98f6ea799a548cf302b7dc054.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgsf/libgsf-1.14.51.ebuild X-VCS-Directories: gnome-extra/libgsf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d2bbe89217aaba98f6ea799a548cf302b7dc054 X-VCS-Branch: master Date: Sun, 28 Jan 2024 15:52:18 +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: 95ab9200-ca35-4b9a-b0c4-8f444920503f X-Archives-Hash: 2f8c47bc79cb637f2d30ea5e89b06608 commit: 3d2bbe89217aaba98f6ea799a548cf302b7dc054 Author: Sam James gentoo org> AuthorDate: Sun Jan 28 15:51:58 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 28 15:51:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2bbe89 gnome-extra/libgsf: Stabilize 1.14.51 ppc64, #923121 Signed-off-by: Sam James gentoo.org> gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild b/gnome-extra/libgsf/libgsf-1.14.51.ebuild index 1bafb20a8012..cccb6f89466e 100644 --- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf" LICENSE="LGPL-2.1" SLOT="0/114" # libgsf-1.so version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="bzip2 gtk +introspection test" RESTRICT="!test? ( test )"