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 3EE63138331 for ; Tue, 6 Feb 2018 18:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4771FE0B67; Tue, 6 Feb 2018 18:36:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 22539E0B67 for ; Tue, 6 Feb 2018 18:36:07 +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 31388335C4E for ; Tue, 6 Feb 2018 18:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A63661E2 for ; Tue, 6 Feb 2018 18:36:04 +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: <1517942118.0e8187b10ba30b866e9bc4d051be97c583cb9fe8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild X-VCS-Directories: gnome-extra/gnome-builder/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0e8187b10ba30b866e9bc4d051be97c583cb9fe8 X-VCS-Branch: master Date: Tue, 6 Feb 2018 18:36: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-Archives-Salt: 3a7cd628-057e-4c68-a1ad-38423a14afcf X-Archives-Hash: 4f71c92207b9c61e678eb9542b0e0e23 commit: 0e8187b10ba30b866e9bc4d051be97c583cb9fe8 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 6 18:23:56 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 6 18:35:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8187b1 gnome-extra/gnome-builder: x86 stable (bug #644096) Package-Manager: Portage-2.3.24, Repoman-2.3.6 gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild index 2511ead6018..068bcd9b9e4 100644 --- a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild +++ b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Builder" # FIXME: Review licenses at some point LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="clang +git sysprof vala webkit" REQUIRED_USE="${PYTHON_REQUIRED_USE}"