commit:     d700f2f88da0b2b461d18229baa97cac5e3ab9a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 23:43:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 01:00:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d700f2f8

dev-libs/papi: EAPI 7, fix libdir

Closes: https://bugs.gentoo.org/689312
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/papi/papi-5.5.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/papi/papi-5.5.1.ebuild b/dev-libs/papi/papi-5.5.1.ebuild
index 08fa56644ba..2667603df0e 100644
--- a/dev-libs/papi/papi-5.5.1.ebuild
+++ b/dev-libs/papi/papi-5.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,6 +32,7 @@ src_configure() {
                --with-shlib
                --with-perf-events
                --with-pfm-prefix="${EPREFIX}/usr"
+               --with-pfm-libdir="${EPREFIX}/usr/$(get_libdir)"
                --with-shared-lib=yes
                --with-static-lib=no
        )

Reply via email to