commit: 0c2c218bcd59d689d0ec01e1e26e54baf2925765
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Feb 4 13:07:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 4 13:07:31 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c2c218b
Fix EGIT_REPO_URI in dev-python/{brewer2mpl,prettyplotlib}-9999
---
dev-python/brewer2mpl/brewer2mpl-9999.ebuild | 2 +-
dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
index 084676c..a843279 100644
--- a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
+++ b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/jiffyclub/brewer2mpl"
if [ ${PV} == "9999" ] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/jiffyclub/${PN}.git
git://github.com:jiffyclub/${PN}.git"
+ EGIT_REPO_URI="https://github.com/jiffyclub/${PN}.git
git://github.com/jiffyclub/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
index a58869f..b0631f9 100644
--- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
+++ b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://blog.olgabotvinnik.com/prettyplotlib/"
if [ ${PV} == "9999" ] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/olgabot/${PN}.git
git://github.com:olgabot/${PN}.git"
+ EGIT_REPO_URI="https://github.com/olgabot/${PN}.git
git://github.com/olgabot/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"