Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/
Date: Sat, 07 May 2022 11:15:04
Message-Id: 1651922072.575fa2e25ad2afdd87fa92eb7189f05f809cf605.xen0n@gentoo
1 commit: 575fa2e25ad2afdd87fa92eb7189f05f809cf605
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 10:25:37 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 11:14:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575fa2e2
7
8 dev-util/pkgdev: forward ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 dev-util/pkgdev/pkgdev-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
16 index a2cbb327919c..94052c39603d 100644
17 --- a/dev-util/pkgdev/pkgdev-9999.ebuild
18 +++ b/dev-util/pkgdev/pkgdev-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
26 inherit git-r3
27 else
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x64-macos"
30 + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x64-macos"
31 fi
32
33 DESCRIPTION="Collection of tools for Gentoo development"