summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-01-23 14:06:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-01-23 14:06:09 +0000
commit077bc52a39c102103de148d64d0d13dea1fad78b (patch)
tree4fe9932be871a04cfacc7a9b45762a9f4a702804 /dev-java
parentMissing check_license for Skype End User License Agreement. (diff)
downloadgentoo-2-077bc52a39c102103de148d64d0d13dea1fad78b.tar.gz
gentoo-2-077bc52a39c102103de148d64d0d13dea1fad78b.tar.bz2
gentoo-2-077bc52a39c102103de148d64d0d13dea1fad78b.zip
depend on findutils only with userland_GNU for bsd userland compatibility, part of bug #214768
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/eclipse-ecj/ChangeLog7
-rw-r--r--dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-java/eclipse-ecj/ChangeLog b/dev-java/eclipse-ecj/ChangeLog
index 2ec1190ce443..cebdb1d58f42 100644
--- a/dev-java/eclipse-ecj/ChangeLog
+++ b/dev-java/eclipse-ecj/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/eclipse-ecj
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/ChangeLog,v 1.63 2010/01/18 19:15:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/ChangeLog,v 1.64 2010/01/23 14:06:09 aballier Exp $
+
+ 23 Jan 2010; Alexis Ballier <aballier@gentoo.org>
+ eclipse-ecj-3.5.1.ebuild:
+ depend on findutils only with userland_GNU for bsd userland compatibility,
+ part of bug #214768
18 Jan 2010; Markus Meier <maekke@gentoo.org> eclipse-ecj-3.5.1.ebuild:
amd64 stable, bug #295678
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild
index d88f2dc88fe2..79f364c40907 100644
--- a/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild
+++ b/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild,v 1.4 2010/01/18 19:15:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.5.1.ebuild,v 1.5 2010/01/23 14:06:09 aballier Exp $
EAPI=2
@@ -14,7 +14,7 @@ DESCRIPTION="Eclipse Compiler for Java"
HOMEPAGE="http://www.eclipse.org/"
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip"
-IUSE="+ant"
+IUSE="+ant userland_GNU"
LICENSE="EPL-1.0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
@@ -28,7 +28,7 @@ JAVA_PKG_WANT_TARGET=1.4
DEPEND="${CDEPEND}
app-arch/unzip
>=virtual/jdk-1.6
- sys-apps/findutils"
+ userland_GNU? ( sys-apps/findutils )"
RDEPEND="${CDEPEND}
>=virtual/jre-1.4"
PDEPEND="ant? ( ~dev-java/ant-eclipse-ecj-${PV} )"