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 1831B1395E2 for ; Wed, 30 Nov 2016 09:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 620FAE0BFD; Wed, 30 Nov 2016 09:42:25 +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 480D5E0BF8 for ; Wed, 30 Nov 2016 09:42:25 +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 49B1D34165D for ; Wed, 30 Nov 2016 09:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1449A24AE for ; Wed, 30 Nov 2016 09:42:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480498932.638fdb78bc895be2df4b60b6ae3da788ee1ed4fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/gentoopm-9999.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb X-VCS-Branch: master Date: Wed, 30 Nov 2016 09:42:22 +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: a362e54a-005e-4a94-97d9-47e6b2d0cdfe X-Archives-Hash: d0a27414f01e88f334547926a627a0e2 commit: 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb Author: Michał Górny gentoo org> AuthorDate: Wed Nov 30 08:03:13 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 30 09:42:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638fdb78 app-portage/gentoopm: Fix EGIT_REPO_URI app-portage/gentoopm/gentoopm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 00ffce2..b477ec6 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 #if LIVE -HOMEPAGE="https://github.com/mgorny/gentoopm.git" +EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git" inherit git-r3 #endif