diff options
author | 2006-10-29 03:00:40 +0000 | |
---|---|---|
committer | 2006-10-29 03:00:40 +0000 | |
commit | 51e80e7823ba296a1ed8e0d5a9ef38e030c0897e (patch) | |
tree | eafdce6b1afdd0160a22cb4023bd883ea7e23eee /app-emulation/libdsk/libdsk-1.1.10.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-51e80e7823ba296a1ed8e0d5a9ef38e030c0897e.tar.gz gentoo-2-51e80e7823ba296a1ed8e0d5a9ef38e030c0897e.tar.bz2 gentoo-2-51e80e7823ba296a1ed8e0d5a9ef38e030c0897e.zip |
added java-config compatibility - bug #145930
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'app-emulation/libdsk/libdsk-1.1.10.ebuild')
-rw-r--r-- | app-emulation/libdsk/libdsk-1.1.10.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-emulation/libdsk/libdsk-1.1.10.ebuild b/app-emulation/libdsk/libdsk-1.1.10.ebuild index deb8e012b687..9e4001795ca6 100644 --- a/app-emulation/libdsk/libdsk-1.1.10.ebuild +++ b/app-emulation/libdsk/libdsk-1.1.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.1.10.ebuild,v 1.1 2006/07/11 12:33:27 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.1.10.ebuild,v 1.2 2006/10/29 03:00:40 dragonheart Exp $ + +inherit java-pkg DESCRIPTION="Disk emulation library" HOMEPAGE="http://www.seasip.demon.co.uk/Unix/LibDsk/" @@ -15,6 +17,10 @@ DEPEND="sys-libs/zlib app-arch/bzip2 java? ( >=virtual/jdk-1.4 )" +pkg_setup() { + use java && java-pkg_pkg_setup +} + src_compile() { econf \ --with-zlib \ |