Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/papi/
Date: Sat, 27 Feb 2021 01:00:33
Message-Id: 1614387607.d700f2f88da0b2b461d18229baa97cac5e3ab9a9.sam@gentoo
1 commit: d700f2f88da0b2b461d18229baa97cac5e3ab9a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 23:43:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 01:00:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d700f2f8
7
8 dev-libs/papi: EAPI 7, fix libdir
9
10 Closes: https://bugs.gentoo.org/689312
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/papi/papi-5.5.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/papi/papi-5.5.1.ebuild b/dev-libs/papi/papi-5.5.1.ebuild
18 index 08fa56644ba..2667603df0e 100644
19 --- a/dev-libs/papi/papi-5.5.1.ebuild
20 +++ b/dev-libs/papi/papi-5.5.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -32,6 +32,7 @@ src_configure() {
28 --with-shlib
29 --with-perf-events
30 --with-pfm-prefix="${EPREFIX}/usr"
31 + --with-pfm-libdir="${EPREFIX}/usr/$(get_libdir)"
32 --with-shared-lib=yes
33 --with-static-lib=no
34 )