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 C298E139695 for ; Mon, 12 Jun 2017 21:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC5921C092; Mon, 12 Jun 2017 21:34:24 +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 EAE9B21C06D for ; Mon, 12 Jun 2017 21:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D13213419E7 for ; Mon, 12 Jun 2017 21:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 478CA7480 for ; Mon, 12 Jun 2017 21:34:21 +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: <1497303253.5687710ed66389dab9c34361629cff894511fcd3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild X-VCS-Directories: dev-java/laf-plugin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5687710ed66389dab9c34361629cff894511fcd3 X-VCS-Branch: master Date: Mon, 12 Jun 2017 21:34:21 +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: 066cb5ba-9b4c-4d79-af83-c501213e19c5 X-Archives-Hash: a3a4f3dbb9156db57bf1fa9cc5bb26c1 commit: 5687710ed66389dab9c34361629cff894511fcd3 Author: Patrice Clement gentoo org> AuthorDate: Mon Jun 12 21:06:34 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Jun 12 21:34:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5687710e dev-java/laf-plugin: stable for amd64+x86. Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild index 589fa712cb2..03ba88053fb 100644 --- a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild +++ b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild @@ -10,9 +10,10 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Look'n'feel Java library" HOMEPAGE="http://laf-plugin.dev.java.net/" SRC_URI="mirror://gentoo/${P}-src.tar.bz2 -> ${P}.tar.bz2" -LICENSE="BSD" + +KEYWORDS="amd64 x86" SLOT="0" -KEYWORDS="~amd64 ~x86" +LICENSE="BSD" DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6"