Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pps-tools/
Date: Mon, 13 Feb 2017 16:22:47
Message-Id: 1487002949.9d0e28e24c5ba0b8c2ae41459a1b90578a2cdd94.xmw@gentoo
1 commit: 9d0e28e24c5ba0b8c2ae41459a1b90578a2cdd94
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 16:22:29 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 16:22:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0e28e2
7
8 net-misc/pps-tools: add ~ppc keyword (bug 599048).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-misc/pps-tools/pps-tools-0.0.20120407.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild b/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild
16 index 659d8637cc..a995cf2a0c 100644
17 --- a/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild
18 +++ b/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/${PN}/tarball/${PV_COMMIT} -> ${PN}-g
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 hppa ppc64 x86"
30 +KEYWORDS="alpha amd64 hppa ppc ppc64 x86"
31 IUSE=""
32
33 S="${WORKDIR}/${GITHUB_USER}-${PN}-${PV_COMMIT:0:7}"