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 5791A138334 for ; Mon, 25 Jun 2018 09:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC52E099C; Mon, 25 Jun 2018 09:53:51 +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 99279E099C for ; Mon, 25 Jun 2018 09:53:51 +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 97984335CA3 for ; Mon, 25 Jun 2018 09:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D796334F for ; Mon, 25 Jun 2018 09:53:47 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1529920405.1cce692d9e860dcb1753e1d594b149e9a52b0258.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/graph-tool-2.23.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1cce692d9e860dcb1753e1d594b149e9a52b0258 X-VCS-Branch: master Date: Mon, 25 Jun 2018 09:53:47 +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: 742ae0b5-0dbd-4b9a-8e9e-f337bf0c3c14 X-Archives-Hash: 8938e6b9f9de78193c7fec59d0298458 commit: 1cce692d9e860dcb1753e1d594b149e9a52b0258 Author: Jason Zaman gentoo org> AuthorDate: Mon Jun 25 09:52:23 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jun 25 09:53:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cce692d dev-python/graph-tool: amd64 stable Gentoo-bug: 659058 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/graph-tool/graph-tool-2.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild b/dev-python/graph-tool/graph-tool-2.23.ebuild index cf9f4302985..f712753ab80 100644 --- a/dev-python/graph-tool/graph-tool-2.23.ebuild +++ b/dev-python/graph-tool/graph-tool-2.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 else SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"