summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-09-17 11:40:25 +0200
committerGuilherme Amadio <amadio@gentoo.org>2018-09-17 11:40:25 +0200
commit9e004b8041e0ad0dac24797b8b7c0d26d0271cab (patch)
tree18d148dc87b423b08837d2367827b656c35a369b /dev-libs/xxhash/xxhash-0.6.5.ebuild
parentx11-themes/qtcurve: Bump to version 1.9.0 (diff)
downloadgentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.tar.gz
gentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.tar.bz2
gentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.zip
Revert "dev-libs/xxhash: Compile xxhash.c just once, really"
This reverts commit 173c62837c28971e2c0c3bbc038ec16fe4930b38.
Diffstat (limited to 'dev-libs/xxhash/xxhash-0.6.5.ebuild')
-rw-r--r--dev-libs/xxhash/xxhash-0.6.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild
index f01881f5cb10..18a037770e54 100644
--- a/dev-libs/xxhash/xxhash-0.6.5.ebuild
+++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild
@@ -15,7 +15,7 @@ IUSE="static-libs"
S="${WORKDIR}/xxHash-${PV}"
PATCHES=(
- "${FILESDIR}"/${PN}-0.6.5-compile-xxhash.o-once.patch
+ "${FILESDIR}"/${PN}-0.6.5-do-not-compile-xxhash.o-twice.patch
)
src_compile() {