summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo G. Del Regno <kholk11@gmail.com>2017-05-28 11:53:57 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-30 17:32:52 +0200
commit51292cfb5ee55c44abf2ab0e043d97d9b0dcf941 (patch)
tree40a02ee659a48ea12a7354b41598c40c117eedba /dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
parentdev-util/repo: Use correct distfile name (diff)
downloadgentoo-51292cfb5ee55c44abf2ab0e043d97d9b0dcf941.tar.gz
gentoo-51292cfb5ee55c44abf2ab0e043d97d9b0dcf941.tar.bz2
gentoo-51292cfb5ee55c44abf2ab0e043d97d9b0dcf941.zip
dev-libs/hyperscan: Use correct distfile name
Update SRC_URI to rename the distfile correctly. Closes: https://github.com/gentoo/gentoo/pull/4786
Diffstat (limited to 'dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild')
-rw-r--r--dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
index 9bc34a0334af..15909013de8a 100644
--- a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
+++ b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="High-performance regular expression matching library"
-SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://01.org/hyperscan"
LICENSE="BSD"