summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild')
-rw-r--r--app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
index a200c50c0958..14c282597e3f 100644
--- a/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else