Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/
Date: Sat, 12 Jun 2021 14:42:21
Message-Id: 1623508924.1e18cea52ea8a57d80ea0e4e9bf59feba2fdb89d.sam@gentoo
1 commit: 1e18cea52ea8a57d80ea0e4e9bf59feba2fdb89d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 14:42:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 14:42:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e18cea5
7
8 dev-util/pkgdev: Stabilize 0.1.6 amd64, #790017
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/pkgdev/pkgdev-0.1.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/pkgdev/pkgdev-0.1.6.ebuild b/dev-util/pkgdev/pkgdev-0.1.6.ebuild
16 index 2aac0526b81..8e9674781d5 100644
17 --- a/dev-util/pkgdev/pkgdev-0.1.6.ebuild
18 +++ b/dev-util/pkgdev/pkgdev-0.1.6.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~ppc64 ~riscv ~x64-macos"
24 + KEYWORDS="amd64 ~ppc64 ~riscv ~x64-macos"
25 fi
26
27 DESCRIPTION="Collection of tools for Gentoo development"