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 94DF0138334 for ; Thu, 30 Aug 2018 17:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2C4E07F0; Thu, 30 Aug 2018 17:50:31 +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 79245E07F0 for ; Thu, 30 Aug 2018 17:50:31 +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 024A0335CF0 for ; Thu, 30 Aug 2018 17:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 664D33A7 for ; Thu, 30 Aug 2018 17:50:28 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1535651406.34fe3cd3b4ae96b1784b858d39312eb716dea0b5.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyperclip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyperclip/pyperclip-1.5.27.ebuild X-VCS-Directories: dev-python/pyperclip/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 34fe3cd3b4ae96b1784b858d39312eb716dea0b5 X-VCS-Branch: master Date: Thu, 30 Aug 2018 17:50:28 +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-Archives-Salt: e4bf7063-9a50-4015-846a-830a2583f5a5 X-Archives-Hash: 9bb10f7461b4a0aa6132966835bed2a2 commit: 34fe3cd3b4ae96b1784b858d39312eb716dea0b5 Author: Matthew Thode gentoo org> AuthorDate: Thu Aug 30 17:32:36 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Aug 30 17:50:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe3cd3 dev-python/pyperclip: arm64 stable for pbr (eventually) Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/pyperclip/pyperclip-1.5.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild b/dev-python/pyperclip/pyperclip-1.5.27.ebuild index c7870d061ee..f57bea1973f 100644 --- a/dev-python/pyperclip/pyperclip-1.5.27.ebuild +++ b/dev-python/pyperclip/pyperclip-1.5.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 arm64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"