Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpfm/
Date: Sat, 01 Jan 2022 15:15:24
Message-Id: 1641050106.05aaf859ee3ac3a9ba67a71e851b2b671fb13dea.arthurzam@gentoo
1 commit: 05aaf859ee3ac3a9ba67a71e851b2b671fb13dea
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 15:14:55 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 15:15:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05aaf859
7
8 dev-libs/libpfm: Stabilize 4.11.0 ppc, #829946
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-libs/libpfm/libpfm-4.11.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libpfm/libpfm-4.11.0.ebuild b/dev-libs/libpfm/libpfm-4.11.0.ebuild
16 index 878150afc22c..c5109aebff56 100644
17 --- a/dev-libs/libpfm/libpfm-4.11.0.ebuild
18 +++ b/dev-libs/libpfm/libpfm-4.11.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
26
27 LICENSE="GPL-2 MIT"
28 SLOT="0/4"
29 -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
30 +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
31 IUSE="static-libs"
32
33 src_prepare() {