diff options
Diffstat (limited to 'dev-libs/liblognorm')
-rw-r--r-- | dev-libs/liblognorm/liblognorm-2.0.1.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/liblognorm/liblognorm-2.0.2.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/liblognorm/liblognorm-2.0.3.ebuild | 5 |
3 files changed, 4 insertions, 13 deletions
diff --git a/dev-libs/liblognorm/liblognorm-2.0.1.ebuild b/dev-libs/liblognorm/liblognorm-2.0.1.ebuild index 934d146215ed..8a15d6a6e447 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.1.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,10 +9,7 @@ DESCRIPTION="Fast samples-based log normalization library" HOMEPAGE="http://www.liblognorm.com" 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" inherit git-r3 else diff --git a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild index a166edf3b389..8a15d6a6e447 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild @@ -9,10 +9,7 @@ DESCRIPTION="Fast samples-based log normalization library" HOMEPAGE="http://www.liblognorm.com" 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" inherit git-r3 else diff --git a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild index efc3d4d000a9..4d1ce9af4f42 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild @@ -9,10 +9,7 @@ DESCRIPTION="Fast samples-based log normalization library" HOMEPAGE="http://www.liblognorm.com" 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" inherit git-r3 else |