diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-04-30 11:02:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-04-30 11:02:34 -0400 |
commit | a98da89d681b7396d4985728ca274d5d928e3d2f (patch) | |
tree | 09698d397d4d18ff67ccf03ab7cefc2548301173 /sys-fs | |
parent | sys-fs/udev: sync live ebuild (diff) | |
download | gentoo-a98da89d681b7396d4985728ca274d5d928e3d2f.tar.gz gentoo-a98da89d681b7396d4985728ca274d5d928e3d2f.tar.bz2 gentoo-a98da89d681b7396d4985728ca274d5d928e3d2f.zip |
sys-fs/udev: point live ebuild at github
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 8662d86b43c0..ef90718a2366 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools bash-completion-r1 linux-info multilib-minimal toolchain-funcs udev user versionator if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" + EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 else patchset= @@ -60,6 +60,7 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26" S=${WORKDIR}/systemd-${PV} +EGIT_CHECKOUT_DIR=${S} check_default_rules() { # Make sure there are no sudden changes to upstream rules file |