From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D385759CA3 for ; Sun, 6 Mar 2016 16:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C7621C052; Sun, 6 Mar 2016 16:43:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4175521C04B for ; Sun, 6 Mar 2016 16:43:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F259340A42 for ; Sun, 6 Mar 2016 16:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD632098 for ; Sun, 6 Mar 2016 16:43:38 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1457282396.1ba79e49714e44f938ab21478fd55af54b897322.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild X-VCS-Directories: dev-libs/libgit2-glib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1ba79e49714e44f938ab21478fd55af54b897322 X-VCS-Branch: master Date: Sun, 6 Mar 2016 16:43:38 +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: 5c430a98-2007-44d7-9dc9-0fb78e137d80 X-Archives-Hash: a7602f2cd83d2087c27ba3b4d40ec854 commit: 1ba79e49714e44f938ab21478fd55af54b897322 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 6 16:20:30 2016 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 6 16:39:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba79e49 dev-libs/libgit2-glib: x86 stable wrt bug #427546 Package-Manager: portage-2.2.26 dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild index 0b01736..917f24f 100644 --- a/dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild +++ b/dev-libs/libgit2-glib/libgit2-glib-0.23.10-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="python ssh +vala" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"