diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-17 15:24:01 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-17 15:24:01 +0000 |
commit | cbc29643efd83d813eb4eb31c9452318462ee131 (patch) | |
tree | e3defb70cb52788d9e4252b906a3eabb7c183116 | |
parent | app-misc/anaconda-runtime: updated deps (diff) | |
download | anaconda-overlay-cbc29643efd83d813eb4eb31c9452318462ee131.tar.gz anaconda-overlay-cbc29643efd83d813eb4eb31c9452318462ee131.tar.bz2 anaconda-overlay-cbc29643efd83d813eb4eb31c9452318462ee131.zip |
dev-python/python-report: fetch from http not git
-rw-r--r-- | dev-python/python-report/python-report-0.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-report/python-report-0.10-r1.ebuild b/dev-python/python-report/python-report-0.10-r1.ebuild index 7bbd08b..1fb679d 100644 --- a/dev-python/python-report/python-report-0.10-r1.ebuild +++ b/dev-python/python-report/python-report-0.10-r1.ebuild @@ -4,7 +4,7 @@ EAPI="2" -EGIT_REPO_URI="git://git.fedorahosted.org/report.git" +EGIT_REPO_URI="http://git.fedorahosted.org/report.git" EGIT_COMMIT="${PV}" inherit base git autotools eutils |