Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/
Date: Tue, 10 May 2022 20:59:11
Message-Id: 1652216327.4db1c10ff588658e4e04e630cb392e3c5980a05a.dilfridge@gentoo
1 commit: 4db1c10ff588658e4e04e630cb392e3c5980a05a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 20:53:45 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 20:58:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db1c10f
7
8 app-portage/pfl: Drop ~mips
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-portage/pfl/pfl-3.1-r1.ebuild | 4 ++--
14 app-portage/pfl/pfl-3.2-r2.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-portage/pfl/pfl-3.1-r1.ebuild b/app-portage/pfl/pfl-3.1-r1.ebuild
18 index 1b567813f2e8..3f28082c92e7 100644
19 --- a/app-portage/pfl/pfl-3.1-r1.ebuild
20 +++ b/app-portage/pfl/pfl-3.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
32 +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
33 IUSE="+network-cron"
34
35 DEPEND=""
36
37 diff --git a/app-portage/pfl/pfl-3.2-r2.ebuild b/app-portage/pfl/pfl-3.2-r2.ebuild
38 index 9f223b9971d5..b50b1ccd7565 100644
39 --- a/app-portage/pfl/pfl-3.2-r2.ebuild
40 +++ b/app-portage/pfl/pfl-3.2-r2.ebuild
41 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
46 +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
47 IUSE="+network-cron"
48
49 DEPEND=""