dev-libs/xxhash: Remove HPPA compiler optimisation restriction
authorJeroen Roovers <jer@gentoo.org>
Sun, 9 Sep 2018 09:40:56 +0000 (11:40 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 9 Sep 2018 09:44:36 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-libs/xxhash/xxhash-0.6.5.ebuild

index 503fce79380444ac01c0bd64cf660dfcd6bf4357..ea309a5d0008f485f6ad82b9edd1ee52174b0abd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Extremely fast non-cryptographic hash algorithm"
 HOMEPAGE="http://www.xxhash.com"
@@ -20,10 +20,6 @@ PATCHES=(
        "${FILESDIR}"/${PN}-0.6.5-compile-xxhash.o-once.patch
 )
 
-src_configure() {
-       use hppa && replace-flags '-O*' '-O0'
-}
-
 src_compile() {
        PREFIX="${EPREFIX}/usr" \
        LIBDIR="${EPREFIX}/usr/$(get_libdir)" \