diff options
author | 2012-07-21 16:16:24 +0000 | |
---|---|---|
committer | 2012-07-21 16:16:24 +0000 | |
commit | f623c0655320d2d0d8ee23382808cb741c5603ec (patch) | |
tree | 4fd4b6715dfb78c7fb003c2d51d96b5e4b40369b /dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild | |
parent | amd64/ppc/ppc64 stable wrt #416725 with systemd workaround, see the ebuild fo... (diff) | |
download | gentoo-2-f623c0655320d2d0d8ee23382808cb741c5603ec.tar.gz gentoo-2-f623c0655320d2d0d8ee23382808cb741c5603ec.tar.bz2 gentoo-2-f623c0655320d2d0d8ee23382808cb741c5603ec.zip |
Use proper jdk slots to build, bug #422603 by Ralph Sennhauser.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild')
-rw-r--r-- | dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild b/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild index 3ad73cfb65e6..14647021b566 100644 --- a/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild +++ b/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild,v 1.1 2012/07/21 10:12:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-7.1.4532.2.ebuild,v 1.2 2012/07/21 16:16:24 pacho Exp $ EAPI="4" @@ -42,6 +42,8 @@ src_prepare() { native/native.build || die mkdir -p "${T}"/home/test + + java-pkg-2_src_prepare } src_configure() { |