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 511AF58973 for ; Wed, 10 Feb 2016 19:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6119C21C141; Wed, 10 Feb 2016 19:41:10 +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 7C7FC21C141 for ; Wed, 10 Feb 2016 19:41:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A34F7340B23 for ; Wed, 10 Feb 2016 19:41:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F16510BE for ; Wed, 10 Feb 2016 19:41:05 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455133227.5dabff084689e28148607f56a258e44ec7bb596e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javacup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/javacup/javacup-0.11a_beta20060608.ebuild X-VCS-Directories: dev-java/javacup/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 5dabff084689e28148607f56a258e44ec7bb596e X-VCS-Branch: master Date: Wed, 10 Feb 2016 19:41:05 +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: ddfcf009-f753-416d-bfab-85ee5fa4c6d6 X-Archives-Hash: ce2cfe6d4e5bfc3d0c2ebeea4a71e96e commit: 5dabff084689e28148607f56a258e44ec7bb596e Author: Mike Frysinger gentoo org> AuthorDate: Wed Feb 10 19:32:36 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Feb 10 19:40:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dabff08 dev-java/javacup: drop findutils dep #214664 The forced upgrade has been moved to @system now. dev-java/javacup/javacup-0.11a_beta20060608.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-java/javacup/javacup-0.11a_beta20060608.ebuild b/dev-java/javacup/javacup-0.11a_beta20060608.ebuild index c1e9d6a..2830520 100644 --- a/dev-java/javacup/javacup-0.11a_beta20060608.ebuild +++ b/dev-java/javacup/javacup-0.11a_beta20060608.ebuild @@ -21,9 +21,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="userland_BSD" -# find for bug #214664 -DEPEND=">=virtual/jdk-1.4 - !userland_BSD? ( >=sys-apps/findutils-4.4 )" +DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4 >=dev-java/ant-core-1.7.0"