Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/libpfm/
Date: Thu, 28 Feb 2013 05:11:23
Message-Id: 1362028251.a740322a642b78188a0c80aadfefab8a72a0ddff.alexxy@gentoo
1 commit: a740322a642b78188a0c80aadfefab8a72a0ddff
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:10:51 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:10:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a740322a
7
8 Add ~x86
9
10 Package-Manager: portage-2.2.0_alpha163
11
12 ---
13 dev-libs/libpfm/ChangeLog | 3 +++
14 dev-libs/libpfm/libpfm-4.3.0.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-libs/libpfm/ChangeLog b/dev-libs/libpfm/ChangeLog
18 index 6d7284c..eab15dd 100644
19 --- a/dev-libs/libpfm/ChangeLog
20 +++ b/dev-libs/libpfm/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Feb 2013; Alexey Shvetsov <alexxy@g.o> libpfm-4.3.0.ebuild:
26 + Add ~x86
27 +
28 *libpfm-4.3.0 (28 Feb 2013)
29
30 28 Feb 2013; Alexey Shvetsov <alexxy@g.o> +libpfm-4.3.0.ebuild,
31
32 diff --git a/dev-libs/libpfm/libpfm-4.3.0.ebuild b/dev-libs/libpfm/libpfm-4.3.0.ebuild
33 index f41c0d3..7e02cc7 100644
34 --- a/dev-libs/libpfm/libpfm-4.3.0.ebuild
35 +++ b/dev-libs/libpfm/libpfm-4.3.0.ebuild
36 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
37
38 LICENSE="GPL-2 MIT"
39 SLOT="0"
40 -KEYWORDS="~amd64"
41 +KEYWORDS="~amd64 ~x86"
42 IUSE="static-libs"
43
44 DEPEND=""