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 0A7D01382C5 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 36FE9E0B94; Tue, 6 Feb 2018 18:36:07 +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 16FD8E0B66 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 3A158335C50 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 B9CB21E3 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: <1517942119.4907740357a47587031d71437e7993455ad7ad61.whissi@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.26.2.ebuild X-VCS-Directories: dev-libs/libgit2-glib/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4907740357a47587031d71437e7993455ad7ad61 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: f52da7da-9494-4082-8be5-139fc98e1783 X-Archives-Hash: 23b91fa305568b81c47ffa6a13793e95 commit: 4907740357a47587031d71437e7993455ad7ad61 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 6 18:24:17 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 6 18:35:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49077403 dev-libs/libgit2-glib: x86 stable (bug #644096) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild index 6af02cf13ea..a7a8316fda3 100644 --- a/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild +++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild @@ -12,7 +12,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} )"