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 5CFF21382C5 for ; Sun, 28 Jun 2020 20:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C9BE09E0; Sun, 28 Jun 2020 20:44:23 +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 7912BE09E0 for ; Sun, 28 Jun 2020 20:44:23 +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 5572F34F2C2 for ; Sun, 28 Jun 2020 20:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC4A2BE for ; Sun, 28 Jun 2020 20:44:21 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1593376965.ac67db994db46f66c2471572d442cb3383b14052.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gssdp/gssdp-1.2.3.ebuild X-VCS-Directories: net-libs/gssdp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ac67db994db46f66c2471572d442cb3383b14052 X-VCS-Branch: master Date: Sun, 28 Jun 2020 20:44:21 +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: 2f5ba394-0320-474a-a8ef-16309f0547b3 X-Archives-Hash: 9b7e8a0d1407ebfe6c4d3a5138d97992 commit: ac67db994db46f66c2471572d442cb3383b14052 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jun 28 20:42:45 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jun 28 20:42:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac67db99 net-libs/gssdp: x86 stable wrt bug #729306 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/gssdp/gssdp-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gssdp/gssdp-1.2.3.ebuild b/net-libs/gssdp/gssdp-1.2.3.ebuild index 070e8d01ce9..4590776d84b 100644 --- a/net-libs/gssdp/gssdp-1.2.3.ebuild +++ b/net-libs/gssdp/gssdp-1.2.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP" LICENSE="LGPL-2+" SLOT="0/1.2-0" # - -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" IUSE="gtk-doc +introspection gtk vala" REQUIRED_USE="vala? ( introspection )"