diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-03-07 13:44:06 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-03-07 13:44:06 -0500 |
commit | db6ddac66ced93818a3e2ea57178f332033ce4c0 (patch) | |
tree | 91a29c53a708415569b3ea87e60efb974c100f3a /sys-fs/udev/udev-9999.ebuild | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-db6ddac66ced93818a3e2ea57178f332033ce4c0.tar.gz gentoo-db6ddac66ced93818a3e2ea57178f332033ce4c0.tar.bz2 gentoo-db6ddac66ced93818a3e2ea57178f332033ce4c0.zip |
sys-fs/udev: Rename udev.tar.gz to systemd.tar.gz
This conserves some space on distfile mirrors since we share the
distfiles with sys-apps/systemd.
Package-Manager: portage-2.2.27_p64
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index f02642684d2b..357e82ac8dd8 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz |