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 2544C13989D for ; Wed, 26 Aug 2015 10:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6616141DF; Wed, 26 Aug 2015 10:27:25 +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 4E2A6141DF for ; Wed, 26 Aug 2015 10:27:25 +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 5BA1F340A7F for ; Wed, 26 Aug 2015 10:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105D215B for ; Wed, 26 Aug 2015 10:27:22 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1440584823.106062c8ed58e0b667d8b8a4ea490f8c14e881e6.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/decorator/decorator-3.4.2.ebuild X-VCS-Directories: dev-python/decorator/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 106062c8ed58e0b667d8b8a4ea490f8c14e881e6 X-VCS-Branch: master Date: Wed, 26 Aug 2015 10:27:22 +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: 35965c04-2ce2-4566-ae97-69cb79febb58 X-Archives-Hash: b7dae1c156cd68e256366f0d17af1388 commit: 106062c8ed58e0b667d8b8a4ea490f8c14e881e6 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 26 10:27:03 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 26 10:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106062c8 dev-python/decorator: ppc/ppc64/sparc/x86 stable, wrt bug #556704 Package-Manager: portage-2.2.20.1 dev-python/decorator/decorator-3.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/decorator/decorator-3.4.2.ebuild b/dev-python/decorator/decorator-3.4.2.ebuild index 3ecd470..15f487f 100644 --- a/dev-python/decorator/decorator-3.4.2.ebuild +++ b/dev-python/decorator/decorator-3.4.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"