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 AEE7C15ACFC for ; Wed, 3 May 2023 03:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09F04E0905; Wed, 3 May 2023 03:53:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9ABBE0905 for ; Wed, 3 May 2023 03:53:30 +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 3E530341533 for ; Wed, 3 May 2023 03:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95AAA6E for ; Wed, 3 May 2023 03:53:26 +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: <1683085970.1d40be9e5b7768e62d70e11d887bc8337cbe3f93.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.50-r1.ebuild X-VCS-Directories: gnome-extra/libgsf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d40be9e5b7768e62d70e11d887bc8337cbe3f93 X-VCS-Branch: master Date: Wed, 3 May 2023 03:53:26 +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: d9f5a7e5-3a6d-41a4-ae10-4e21bb1716f8 X-Archives-Hash: 9b3118b546227b38e99281fd111e2d56 commit: 1d40be9e5b7768e62d70e11d887bc8337cbe3f93 Author: Sam James gentoo org> AuthorDate: Wed May 3 03:52:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 03:52:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d40be9e gnome-extra/libgsf: Stabilize 1.14.50-r1 ppc64, #905555 Signed-off-by: Sam James gentoo.org> gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild index a8c0139f025e..4eab52cfc1c7 100644 --- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf" LICENSE="GPL-2 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 ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 gtk +introspection test" RESTRICT="!test? ( test )"