From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC32B1384B4 for ; Thu, 17 Dec 2015 15:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4CB21C03F; Thu, 17 Dec 2015 15:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9628721C03F for ; Thu, 17 Dec 2015 15:15:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47FD633E2EB for ; Thu, 17 Dec 2015 15:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D35A0E for ; Thu, 17 Dec 2015 15:14:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450365297.a97be7f2ac6c1f27cf24bfa799e3296c8252ec6f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itsdangerous/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/itsdangerous/itsdangerous-0.24.ebuild X-VCS-Directories: dev-python/itsdangerous/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a97be7f2ac6c1f27cf24bfa799e3296c8252ec6f X-VCS-Branch: master Date: Thu, 17 Dec 2015 15:14:58 +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: 52e54209-9e5d-4aba-b1e2-d4cea2f94a9e X-Archives-Hash: c51ffe66b04b44fdf21d0d19e4bf4e94 commit: a97be7f2ac6c1f27cf24bfa799e3296c8252ec6f Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 17 15:14:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 17 15:14:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97be7f2 dev-python/itsdangerous: Add stable keywords back Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/itsdangerous/itsdangerous-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index 154b6a5..c05c9db 100644 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"