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 8F9ED138330 for ; Thu, 25 Aug 2016 21:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE83E0944; Thu, 25 Aug 2016 21:50:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75081E0944 for ; Thu, 25 Aug 2016 21:50:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED1CB3409A4 for ; Thu, 25 Aug 2016 21:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18173245B for ; Thu, 25 Aug 2016 21:50:42 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1472161838.7bc8b277c15a025e34aae5d018d03ec9b1e070d8.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-lzma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-lzma/backports-lzma-0.0.6.ebuild X-VCS-Directories: dev-python/backports-lzma/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7bc8b277c15a025e34aae5d018d03ec9b1e070d8 X-VCS-Branch: master Date: Thu, 25 Aug 2016 21:50:42 +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: 92df9e63-3899-4e21-b737-5b4c431036d1 X-Archives-Hash: 1d501a65e33720c4e0d980295c7027c3 commit: 7bc8b277c15a025e34aae5d018d03ec9b1e070d8 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 25 21:49:39 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 25 21:50:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc8b277 dev-python/backports-lzma: stabilize 0.0.6 dev-python/backports-lzma/backports-lzma-0.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild b/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild index 3b60126..a3efbc6 100644 --- a/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild +++ b/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" RDEPEND="app-arch/xz-utils dev-python/backports[${PYTHON_USEDEP}]"