diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-11-26 20:41:49 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-11-26 20:41:49 +0000 |
commit | bcc0e206afa10d12eb22980be86ac8f57bdc2b75 (patch) | |
tree | 137c0a1320ad5dc25b8d06616ab618c97c8a9cb6 /kde-base | |
parent | fixing the missing econf so USE are adhered (diff) | |
download | gentoo-2-bcc0e206afa10d12eb22980be86ac8f57bdc2b75.tar.gz gentoo-2-bcc0e206afa10d12eb22980be86ac8f57bdc2b75.tar.bz2 gentoo-2-bcc0e206afa10d12eb22980be86ac8f57bdc2b75.zip |
added java? to depend, iuse and myconf
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdebase/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdebase/kdebase-3.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog index 3a88b4d381d2..e5bd95a859eb 100644 --- a/kde-base/kdebase/ChangeLog +++ b/kde-base/kdebase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdebase # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.36 2002/11/22 16:56:57 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.37 2002/11/26 20:41:49 hannes Exp $ + + 26 Nov 2002; Hannes Mehnert <hannes@gentoo.org> kdebase-3.1.ebuild: + added java use flag to IUSE, depend and myconf *kdebase-3.0.4-r3 (22 Nov 2002) diff --git a/kde-base/kdebase/kdebase-3.1.ebuild b/kde-base/kdebase/kdebase-3.1.ebuild index d9045b17f47c..994e270b1fc4 100644 --- a/kde-base/kdebase/kdebase-3.1.ebuild +++ b/kde-base/kdebase/kdebase-3.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.ebuild,v 1.2 2002/11/20 14:06:54 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.ebuild,v 1.3 2002/11/26 20:41:49 hannes Exp $ inherit kde-dist -IUSE="ldap pam motif encode oggvorbis cups ssl opengl samba" +IUSE="ldap pam motif encode oggvorbis cups ssl opengl samba java" DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..." KEYWORDS="x86" @@ -18,6 +18,7 @@ newdepend ">=media-sound/cdparanoia-3.9.8 ssl? ( >=dev-libs/openssl-0.9.6b ) opengl? ( virtual/opengl ) samba? ( net-fs/samba ) + java? ( virtual/jdk ) >=media-libs/freetype-2" # lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet @@ -32,7 +33,7 @@ use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vo use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" use ssl && myconf="$myconf --with-ssl" || myconf="$myconf --without-ssl" use pam && myconf="$myconf --with-pam=yes" || myconf="$myconf --with-pam=no --with-shadow" - +use java && myconf="$myconf --with-java=${JDK_HOME}" || myconf="$myconf --without-java" src_compile() { kde_src_compile myconf configure |