Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpfm/
Date: Mon, 13 Nov 2017 22:37:59
Message-Id: 1510612458.8fb6ee2a09e0891ffe1a4930f317783f5f531134.slyfox@gentoo
1 commit: 8fb6ee2a09e0891ffe1a4930f317783f5f531134
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 22:34:18 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 22:34:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb6ee2a
7
8 dev-libs/libpfm: stable 4.8.0 for ppc64, bug #632356
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-libs/libpfm/libpfm-4.8.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libpfm/libpfm-4.8.0.ebuild b/dev-libs/libpfm/libpfm-4.8.0.ebuild
17 index 2501fbe9aaf..d5143136484 100644
18 --- a/dev-libs/libpfm/libpfm-4.8.0.ebuild
19 +++ b/dev-libs/libpfm/libpfm-4.8.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
27
28 LICENSE="GPL-2 MIT"
29 SLOT="0/4"
30 -KEYWORDS="~amd64 ~ppc64 ~x86"
31 +KEYWORDS="~amd64 ppc64 ~x86"
32 IUSE="static-libs"
33
34 DEPEND=""