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/pfl/
Date: Tue, 19 Oct 2021 02:35:29
Message-Id: 1634610820.cc2111730f9f49e4091c36b017c824bbc375159d.sam@gentoo
1 commit: cc2111730f9f49e4091c36b017c824bbc375159d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 02:33:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 02:33:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc211173
7
8 app-portage/pfl: stabilize 3.1-r1 for arm64
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-portage/pfl/pfl-3.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-portage/pfl/pfl-3.1-r1.ebuild b/app-portage/pfl/pfl-3.1-r1.ebuild
16 index e59b6444a06..1b567813f2e 100644
17 --- a/app-portage/pfl/pfl-3.1-r1.ebuild
18 +++ b/app-portage/pfl/pfl-3.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
30 +KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
31 IUSE="+network-cron"
32
33 DEPEND=""