summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-01-26 16:19:38 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-01-26 16:19:38 +0000
commite06807f7ca835871951be5a3021deaf8fd9a8824 (patch)
treec8daa4786598103e57f01cb7efefb48cb0c81533 /dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild
parentInitial commit. Original ebuild by Iván Pérez Domínguez <iperez@babel.ls.f... (diff)
downloadgentoo-2-e06807f7ca835871951be5a3021deaf8fd9a8824.tar.gz
gentoo-2-e06807f7ca835871951be5a3021deaf8fd9a8824.tar.bz2
gentoo-2-e06807f7ca835871951be5a3021deaf8fd9a8824.zip
Filtered jikes compiler due to compile issues. Accidentally brought over 1.5.6 -bin package. Corrected and changed to the compile from source version, and migrated to gen 2
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild')
-rw-r--r--dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild b/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild
index 856e5c7526bc..484f53c1f798 100644
--- a/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild
+++ b/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild,v 1.10 2007/01/05 00:35:58 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/jdbc-jaybird-2.0.1.ebuild,v 1.11 2007/01/26 16:19:38 wltjr Exp $
inherit eutils java-pkg-2
@@ -56,6 +56,7 @@ src_unpack() {
}
src_compile() {
+ java-pkg_filter-compiler jikes
eant $(use test && echo "-Dtests=true") jars compile-native \
$(use_doc javadocs)
}