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 06B2E139694 for ; Thu, 13 Jul 2017 03:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19F95234005; Thu, 13 Jul 2017 03:48:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E4B3B234005 for ; Thu, 13 Jul 2017 03:48:28 +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 6FA3D341957 for ; Thu, 13 Jul 2017 03:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4F97490 for ; Thu, 13 Jul 2017 03:48:25 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1499917691.da6082fe88e6f2dac1c8e7f6f113e8606506b51e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/pyroute2-0.4.12.ebuild X-VCS-Directories: dev-python/pyroute2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: da6082fe88e6f2dac1c8e7f6f113e8606506b51e X-VCS-Branch: master Date: Thu, 13 Jul 2017 03:48:25 +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: d1c140f7-b918-4705-b9bc-d4b1eb5acd13 X-Archives-Hash: 815a926661a24bddf24421eb834ed953 commit: da6082fe88e6f2dac1c8e7f6f113e8606506b51e Author: Matthew Thode gentoo org> AuthorDate: Thu Jul 13 03:47:44 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Jul 13 03:48:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6082fe dev-python/pyroute2: correct homepage Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pyroute2/pyroute2-0.4.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild index cbe16b6e62e..1e5889bbd81 100644 --- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild +++ b/dev-python/pyroute2/pyroute2-0.4.12.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A pure Python netlink and Linux network configuration library." -HOMEPAGE="https://github.com/rholder/retrying" +HOMEPAGE="https://github.com/svinota/pyroute2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"