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 103F815838C for ; Sun, 28 Jan 2024 20:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BBF2BC01B; Sun, 28 Jan 2024 20:02:07 +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 9ED482BC01B for ; Sun, 28 Jan 2024 20:02:06 +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 B358C3430FC for ; Sun, 28 Jan 2024 20:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5189214B4 for ; Sun, 28 Jan 2024 20:02:04 +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: <1706472109.5edd5cbec3a72b1e4026a18ba3435cce0a8c2422.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: 5edd5cbec3a72b1e4026a18ba3435cce0a8c2422 X-VCS-Branch: master Date: Sun, 28 Jan 2024 20:02:04 +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: 4a2ab69f-d4ce-4943-825e-87e392bb7667 X-Archives-Hash: 55ce6a936e7c58a4e421e30df6501d8d commit: 5edd5cbec3a72b1e4026a18ba3435cce0a8c2422 Author: Sam James gentoo org> AuthorDate: Sun Jan 28 20:01:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 28 20:01:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edd5cbe gnome-extra/libgsf: Stabilize 1.14.51 x86, #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 3d8e125efc23..02758f857356 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 )"