diff options
author | Sam James <sam@gentoo.org> | 2021-02-26 23:43:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 01:00:07 +0000 |
commit | d700f2f88da0b2b461d18229baa97cac5e3ab9a9 (patch) | |
tree | 69db40cc98551a6160f41fd84c6d1631531c5e2c /dev-libs/papi | |
parent | dev-libs/papi: cleanup old (diff) | |
download | gentoo-d700f2f88da0b2b461d18229baa97cac5e3ab9a9.tar.gz gentoo-d700f2f88da0b2b461d18229baa97cac5e3ab9a9.tar.bz2 gentoo-d700f2f88da0b2b461d18229baa97cac5e3ab9a9.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/papi')
-rw-r--r-- | dev-libs/papi/papi-5.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/papi/papi-5.5.1.ebuild b/dev-libs/papi/papi-5.5.1.ebuild index 08fa56644ba3..2667603df0e8 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 ) |