diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:37:55 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:43 +0200 |
commit | b9cfd0229300e941eb1c62f06b998ad1a113e608 (patch) | |
tree | c8ed2a52d04019d9a9dd89f7e798fb4be1f591dd /sys-fs/eudev/eudev-3.1.5.ebuild | |
parent | sys-fs/zfs-kmod: use HTTPS for GitHub (diff) | |
download | gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.tar.gz gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.tar.bz2 gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.zip |
sys-fs/eudev: use HTTPS for GitHub, fix whitespace
* Use HTTPS for accessing GitHub
* Fix whitespace issue reported by Repoman in metadata.xml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-fs/eudev/eudev-3.1.5.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-3.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index e3e7163fad71..ae58ac80654f 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.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="5" @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" |