diff options
author | Michael Weber <xmw@gentoo.org> | 2015-08-10 00:16:30 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2015-08-10 00:16:53 +0200 |
commit | 56f24b4ede61f5fbe6f3d2273551ff185aced429 (patch) | |
tree | 1beb5179a418ccb3e0cc98f5fb504265d2a5b98f /sys-auth/fprintd/fprintd-0.2.0-r1.ebuild | |
parent | kde-base: Remove KDEi Old PIM 4.4.11 (diff) | |
download | gentoo-56f24b4ede61f5fbe6f3d2273551ff185aced429.tar.gz gentoo-56f24b4ede61f5fbe6f3d2273551ff185aced429.tar.bz2 gentoo-56f24b4ede61f5fbe6f3d2273551ff185aced429.zip |
sys-auth/fprintd: fix distfile name.
Package-Manager: portage-2.2.20
Diffstat (limited to 'sys-auth/fprintd/fprintd-0.2.0-r1.ebuild')
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild b/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild index 60f6592f388a..f3e452115abd 100644 --- a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild +++ b/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild @@ -9,7 +9,7 @@ inherit autotools toolchain-funcs versionator DESCRIPTION="D-Bus service to access fingerprint readers" HOMEPAGE="http://cgit.freedesktop.org/libfprint/fprintd/" MY_PV="V_$(replace_all_version_separators _)" -SRC_URI="http://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2" +SRC_URI="http://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |