Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
Date: Wed, 02 Sep 2020 22:54:23
Message-Id: 1599087256.4ed10d4e6bd78d77faa756e49116d5053546a8b0.sam@gentoo
1 commit: 4ed10d4e6bd78d77faa756e49116d5053546a8b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 22:54:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 22:54:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed10d4e
7
8 app-portage/portpeek: Stabilize 3.1.4 ALLARCHES, #740104
9
10 This time without ppc, which wasn't included in the bug.
11
12 Package-Manager: Portage-3.0.4, Repoman-2.3.23
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-portage/portpeek/portpeek-3.1.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-portage/portpeek/portpeek-3.1.4.ebuild b/app-portage/portpeek/portpeek-3.1.4.ebuild
19 index 0869c2d50e6..1114ade1ba2 100644
20 --- a/app-portage/portpeek/portpeek-3.1.4.ebuild
21 +++ b/app-portage/portpeek/portpeek-3.1.4.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm arm64 ~ppc ~sparc ~x86"
27 +KEYWORDS="amd64 arm arm64 ~ppc sparc x86"
28 IUSE=""
29
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"