From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1013854-garchives=archives.gentoo.org@lists.gentoo.org> 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 37C771382C5 for <garchives@archives.gentoo.org>; Fri, 30 Mar 2018 18:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 454B8E0A0B; Fri, 30 Mar 2018 18:35:45 +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 1674AE0A0B for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 18:35:45 +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 D1F00335D24 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 18:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7DAF27F for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 18:35:38 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1522434906.ca92d32ff06b0fd1c87a1f9703e95160373427ad.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/khard/khard-0.12.2.ebuild X-VCS-Directories: app-misc/khard/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ca92d32ff06b0fd1c87a1f9703e95160373427ad X-VCS-Branch: master Date: Fri, 30 Mar 2018 18:35:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e13ca429-3fdf-45de-b564-7f281e48bf0e X-Archives-Hash: 94a724bdf8e43253dc5d51972b245fa5 commit: ca92d32ff06b0fd1c87a1f9703e95160373427ad Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Mar 30 18:11:37 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Mar 30 18:35:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca92d32f app-misc/khard: amd64 stable Bug: https://bugs.gentoo.org/651476 Package-Manager: Portage-2.3.26, Repoman-2.3.7 app-misc/khard/khard-0.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/khard/khard-0.12.2.ebuild b/app-misc/khard/khard-0.12.2.ebuild index 16e47a8553e..70319cd49ce 100644 --- a/app-misc/khard/khard-0.12.2.ebuild +++ b/app-misc/khard/khard-0.12.2.ebuild @@ -15,7 +15,7 @@ if [ "${PV}" == "9999" ]; then EGIT_REPO_URI="https://github.com/scheibler/khard" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"