Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pgo/
Date: Sat, 03 Oct 2020 07:00:52
Message-Id: 1601707887.5b8b715a8efc78de50164dbc738d59df06eefe5a.gyakovlev@gentoo
1 commit: 5b8b715a8efc78de50164dbc738d59df06eefe5a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 06:51:12 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 06:51:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8b715a
7
8 app-portage/pgo: add ~ppc64 keyword
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-portage/pgo/pgo-0.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/pgo/pgo-0.0.3.ebuild b/app-portage/pgo/pgo-0.0.3.ebuild
17 index e3a6873088b..42500887708 100644
18 --- a/app-portage/pgo/pgo-0.0.3.ebuild
19 +++ b/app-portage/pgo/pgo-0.0.3.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
21 EGIT_REPO_URI="https://github.com/arzano/pgo"
22 else
23 SRC_URI="https://github.com/arzano/pgo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 ~ppc64 ~x86"
26 fi
27
28 DESCRIPTION="A command line interface for packages.gentoo.org"