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/layman/
Date: Wed, 27 Apr 2022 21:57:06
Message-Id: 1651096609.a7ace9957b9982b94d6acaf8c84f3ec816719342.dilfridge@gentoo
1 commit: a7ace9957b9982b94d6acaf8c84f3ec816719342
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 21:52:56 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 21:56:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ace995
7
8 app-portage/layman: Drop mips keyword
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/layman/layman-2.4.3.ebuild | 2 +-
14 app-portage/layman/layman-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
18 index f07e9364aa7b..298dc099aaf9 100644
19 --- a/app-portage/layman/layman-2.4.3.ebuild
20 +++ b/app-portage/layman/layman-2.4.3.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
26 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
27 fi
28
29 DESCRIPTION="Tool to manage Gentoo overlays"
30
31 diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
32 index 47a4cf73907d..0f5addf3ecee 100644
33 --- a/app-portage/layman/layman-9999.ebuild
34 +++ b/app-portage/layman/layman-9999.ebuild
35 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
36 inherit git-r3
37 else
38 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
39 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 fi
42
43 DESCRIPTION="Tool to manage Gentoo overlays"