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 37EB71384B4 for ; Wed, 18 Nov 2015 13:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C76521C005; Wed, 18 Nov 2015 13:28:45 +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 07C5121C005 for ; Wed, 18 Nov 2015 13:28:43 +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 D2711340939 for ; Wed, 18 Nov 2015 13:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F09E1A8 for ; Wed, 18 Nov 2015 13:28:38 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1447853125.ed46ddf679ef1b0439c0d1a62293ca26173278c5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lzma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/lzma/lzma-9.18.ebuild X-VCS-Directories: dev-java/lzma/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ed46ddf679ef1b0439c0d1a62293ca26173278c5 X-VCS-Branch: master Date: Wed, 18 Nov 2015 13:28:38 +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: 9c9ea9bb-4d70-4c3e-b140-684f52d0be41 X-Archives-Hash: 376dcb1586ba3718ff313d19ed2fe11f commit: ed46ddf679ef1b0439c0d1a62293ca26173278c5 Author: Patrice Clement gentoo org> AuthorDate: Wed Nov 18 13:24:41 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Nov 18 13:25:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed46ddf6 dev-java/lzma: Stable for amd64. Stable for x86 using the ALLARCHES policy. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-java/lzma/lzma-9.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/lzma/lzma-9.18.ebuild b/dev-java/lzma/lzma-9.18.ebuild index 423a549..296a335 100644 --- a/dev-java/lzma/lzma-9.18.ebuild +++ b/dev-java/lzma/lzma-9.18.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/sevenzip/${PN}${PV/./}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6"