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 13FA11397D9 for ; Sun, 16 Aug 2015 17:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC6F14120; Sun, 16 Aug 2015 17:22:34 +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 574E514120 for ; Sun, 16 Aug 2015 17:22:34 +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 2ABD7340973 for ; Sun, 16 Aug 2015 17:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2029129 for ; Sun, 16 Aug 2015 17:22:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439745599.1fdaa4c9411995a5a4183e70bcdcbeb85952b98c.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1fdaa4c9411995a5a4183e70bcdcbeb85952b98c X-VCS-Branch: master Date: Sun, 16 Aug 2015 17:22:30 +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: 0bb04d43-1c5c-49bb-9f19-3f5b0b9d08d2 X-Archives-Hash: 8ed3fd7963b40c53976607679f5ef66b commit: 1fdaa4c9411995a5a4183e70bcdcbeb85952b98c Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 16 17:19:14 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 16 17:19:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdaa4c9 dev-python/decorator: ia64 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 81a9461..7c9d005 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}]"