diff options
author | Martin Väth <martin@mvath.de> | 2014-07-06 10:57:17 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:11 +0200 |
commit | 81e8c6c109daa6974ddda917a1966d694e94eb8c (patch) | |
tree | 062f6ce8369b79bc390fb236dcea1a2d0a86dcff /sys-fs/emount/emount-2.8.ebuild | |
parent | Bump squashmount (diff) | |
download | mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.gz mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.bz2 mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.zip |
New style github tarballs. Bump squashmount
Diffstat (limited to 'sys-fs/emount/emount-2.8.ebuild')
-rw-r--r-- | sys-fs/emount/emount-2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/emount/emount-2.8.ebuild b/sys-fs/emount/emount-2.8.ebuild index bb2b7a5d..249205b8 100644 --- a/sys-fs/emount/emount-2.8.ebuild +++ b/sys-fs/emount/emount-2.8.ebuild @@ -4,11 +4,11 @@ EAPI=5 RESTRICT="mirror" -inherit eutils vcs-snapshot +inherit eutils DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab" HOMEPAGE="https://github.com/vaeth/emount/" -SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |