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 B7F09138334 for ; Wed, 12 Sep 2018 14:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD6DE0C48; Wed, 12 Sep 2018 14:39:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D2918E0C44 for ; Wed, 12 Sep 2018 14:39:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A6E00335CF8 for ; Wed, 12 Sep 2018 14:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60F53D5 for ; Wed, 12 Sep 2018 14:39:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536763074.47edb4d6cb4a85440b447c03e971ed2a879ff002.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdazzle/libdazzle-3.28.5.ebuild X-VCS-Directories: dev-libs/libdazzle/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 47edb4d6cb4a85440b447c03e971ed2a879ff002 X-VCS-Branch: master Date: Wed, 12 Sep 2018 14:39:52 +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-Archives-Salt: 9299433e-7731-4337-b4f6-5d909e6afb05 X-Archives-Hash: b0889a0567d3e9c859f5336520951cae commit: 47edb4d6cb4a85440b447c03e971ed2a879ff002 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Sep 12 14:37:54 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Sep 12 14:37:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47edb4d6 dev-libs/libdazzle: x86 keyworded (bug #664922) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/libdazzle/libdazzle-3.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild index 9dddb0f7f83..c769ee0bf0c 100644 --- a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection )"