Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/
Date: Sun, 09 Sep 2018 09:44:47
Message-Id: 1536486276.6bd61428b27cb6276725bccba12d9fa4dbe4340d.jer@gentoo
1 commit: 6bd61428b27cb6276725bccba12d9fa4dbe4340d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 09:40:56 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 09:44:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd61428
7
8 dev-libs/xxhash: Remove HPPA compiler optimisation restriction
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/xxhash/xxhash-0.6.5.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild
16 index 503fce79380..ea309a5d000 100644
17 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild
18 +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit flag-o-matic toolchain-funcs
24 +inherit toolchain-funcs
25
26 DESCRIPTION="Extremely fast non-cryptographic hash algorithm"
27 HOMEPAGE="http://www.xxhash.com"
28 @@ -20,10 +20,6 @@ PATCHES=(
29 "${FILESDIR}"/${PN}-0.6.5-compile-xxhash.o-once.patch
30 )
31
32 -src_configure() {
33 - use hppa && replace-flags '-O*' '-O0'
34 -}
35 -
36 src_compile() {
37 PREFIX="${EPREFIX}/usr" \
38 LIBDIR="${EPREFIX}/usr/$(get_libdir)" \