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 45AE41397EC for ; Wed, 19 Aug 2015 12:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50D39142E9; Wed, 19 Aug 2015 12:37:44 +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 BD9C5142E9 for ; Wed, 19 Aug 2015 12:37: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 1037D3409B9 for ; Wed, 19 Aug 2015 12:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33315165 for ; Wed, 19 Aug 2015 12:37:40 +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: <1439990802.ae9de2725da0509fda50916f30da2f0485b77e03.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/trident/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/trident/trident-1.3.ebuild X-VCS-Directories: dev-java/trident/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ae9de2725da0509fda50916f30da2f0485b77e03 X-VCS-Branch: master Date: Wed, 19 Aug 2015 12:37:40 +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: eca3e6bc-206f-4a60-99d4-18eeadf8efab X-Archives-Hash: abf2b91f3617cdb75ee646f9b2f287ec commit: ae9de2725da0509fda50916f30da2f0485b77e03 Author: Patrice Clement gentoo org> AuthorDate: Wed Aug 19 10:34:45 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Aug 19 13:26:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9de272 dev-java/trident: Stable for amd64+x86. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-java/trident/trident-1.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/trident/trident-1.3.ebuild b/dev-java/trident/trident-1.3.ebuild index 24de564..5ec865c 100644 --- a/dev-java/trident/trident-1.3.ebuild +++ b/dev-java/trident/trident-1.3.ebuild @@ -14,18 +14,18 @@ SRC_URI="https://kenai.com/projects/trident/downloads/download/version%20${PV}%2 LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" -COMMON_DEPEND="dev-java/swt:3.7" +CDEPEND="dev-java/swt:3.7" DEPEND=">=virtual/jdk-1.6 app-arch/unzip - ${COMMON_DEPEND}" + ${CDEPEND}" RDEPEND=">=virtual/jre-1.6 - ${COMMON_DEPEND}" + ${CDEPEND}" S="${WORKDIR}"