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 2C36A158043 for ; Wed, 17 Apr 2024 22:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 567C7E29C1; Wed, 17 Apr 2024 22:01:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 39695E29C1 for ; Wed, 17 Apr 2024 22:01:12 +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 6140933F9FD for ; Wed, 17 Apr 2024 22:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B44DE16D3 for ; Wed, 17 Apr 2024 22:01:09 +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: <1713391146.8ea2ba9f32e83ad28c265e5885a3d72ff19f6c19.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rygel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rygel/rygel-0.42.5.ebuild X-VCS-Directories: net-misc/rygel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ea2ba9f32e83ad28c265e5885a3d72ff19f6c19 X-VCS-Branch: master Date: Wed, 17 Apr 2024 22:01:09 +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: f45da3e0-2481-45ad-963d-f23f82e5691f X-Archives-Hash: ce644a92670909f3eb22ff6cdfa3e0ac commit: 8ea2ba9f32e83ad28c265e5885a3d72ff19f6c19 Author: Sam James gentoo org> AuthorDate: Wed Apr 17 21:59:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 17 21:59:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea2ba9f net-misc/rygel: Stabilize 0.42.5 amd64, #928804 Signed-off-by: Sam James gentoo.org> net-misc/rygel/rygel-0.42.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rygel/rygel-0.42.5.ebuild b/net-misc/rygel/rygel-0.42.5.ebuild index 84bce3e400b8..79b6f1fe1ace 100644 --- a/net-misc/rygel/rygel-0.42.5.ebuild +++ b/net-misc/rygel/rygel-0.42.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Rygel" LICENSE="LGPL-2.1+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="gtk gtk-doc +introspection +sqlite tracker test transcode" RESTRICT="!test? ( test )"