From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCCD71382C5 for ; Sat, 12 Jun 2021 14:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13DBAE081E; Sat, 12 Jun 2021 14:42:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDA89E081E for ; Sat, 12 Jun 2021 14:42:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2595340C53 for ; Sat, 12 Jun 2021 14:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093E27AC for ; Sat, 12 Jun 2021 14:42:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623508924.1e18cea52ea8a57d80ea0e4e9bf59feba2fdb89d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-0.1.6.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e18cea52ea8a57d80ea0e4e9bf59feba2fdb89d X-VCS-Branch: master Date: Sat, 12 Jun 2021 14:42:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ea082ee-ad62-49a4-b743-3102ce84a60c X-Archives-Hash: f6bbecab259640d85791f0e830611416 commit: 1e18cea52ea8a57d80ea0e4e9bf59feba2fdb89d Author: Sam James gentoo org> AuthorDate: Sat Jun 12 14:42:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 12 14:42:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e18cea5 dev-util/pkgdev: Stabilize 0.1.6 amd64, #790017 Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/pkgdev-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgdev/pkgdev-0.1.6.ebuild b/dev-util/pkgdev/pkgdev-0.1.6.ebuild index 2aac0526b81..8e9674781d5 100644 --- a/dev-util/pkgdev/pkgdev-0.1.6.ebuild +++ b/dev-util/pkgdev/pkgdev-0.1.6.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64 ~riscv ~x64-macos" + KEYWORDS="amd64 ~ppc64 ~riscv ~x64-macos" fi DESCRIPTION="Collection of tools for Gentoo development"