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 479CF1397E9 for ; Tue, 18 Aug 2015 19:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31688E079E; Tue, 18 Aug 2015 19:47:11 +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 D81DCE079E for ; Tue, 18 Aug 2015 19:47:10 +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 007513406A7 for ; Tue, 18 Aug 2015 19:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE7E124 for ; Tue, 18 Aug 2015 19:47:08 +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: <1439930832.4890fb537acdafafdf4ba044a675c0523d8dc40c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/gson/gson-2.3.1.ebuild X-VCS-Directories: dev-java/gson/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4890fb537acdafafdf4ba044a675c0523d8dc40c X-VCS-Branch: master Date: Tue, 18 Aug 2015 19:47:08 +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: af4764fe-35d4-4fe2-bf0b-fc651e18786c X-Archives-Hash: d01a735a1acf5ce8dddb2630178badae commit: 4890fb537acdafafdf4ba044a675c0523d8dc40c Author: Patrice Clement gentoo org> AuthorDate: Tue Aug 18 19:52:13 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 18 20:47:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4890fb53 dev-java/gson: Stable for amd64. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-java/gson/gson-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/gson/gson-2.3.1.ebuild b/dev-java/gson/gson-2.3.1.ebuild index 6f4b02f..f147d94 100644 --- a/dev-java/gson/gson-2.3.1.ebuild +++ b/dev-java/gson/gson-2.3.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/google-gson/" SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/code/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="2.2.2" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" DEPEND=">=virtual/jdk-1.5