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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2FB813835A for ; Sat, 29 May 2021 06:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5801DE0887; Sat, 29 May 2021 06:10:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F83AE0887 for ; Sat, 29 May 2021 06:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D8A2340928 for ; Sat, 29 May 2021 06:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CD87AA for ; Sat, 29 May 2021 06:09:55 +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: <1622268440.50175ddeec6596afdd19c45182e91d82dbb66f1f.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.40.1.ebuild X-VCS-Directories: net-misc/rygel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50175ddeec6596afdd19c45182e91d82dbb66f1f X-VCS-Branch: master Date: Sat, 29 May 2021 06:09:55 +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: beb2cfb9-9d02-4e68-ba97-dd07c4031941 X-Archives-Hash: 66e3b89a10de273daf0f48175c2e242f commit: 50175ddeec6596afdd19c45182e91d82dbb66f1f Author: Sam James gentoo org> AuthorDate: Sat May 29 06:07:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 29 06:07:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50175dde net-misc/rygel: Stabilize 0.40.1 x86, #792327 Signed-off-by: Sam James gentoo.org> net-misc/rygel/rygel-0.40.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rygel/rygel-0.40.1.ebuild b/net-misc/rygel/rygel-0.40.1.ebuild index 3adce2028c6..1d3f2acf646 100644 --- a/net-misc/rygel/rygel-0.40.1.ebuild +++ b/net-misc/rygel/rygel-0.40.1.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 ~x86" +KEYWORDS="~amd64 x86" IUSE="gtk gtk-doc +introspection +sqlite tracker test transcode" RESTRICT="!test? ( test )"