diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-22 17:40:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-22 17:40:59 +0000 |
commit | 638343527802cbad8a6e322016005db90e9735f2 (patch) | |
tree | a280c93870466ec99e42e72643767903aefd5104 /kde-base | |
parent | Verison bumped. Closes 48202 (Manifest recommit) (diff) | |
download | gentoo-2-638343527802cbad8a6e322016005db90e9735f2.tar.gz gentoo-2-638343527802cbad8a6e322016005db90e9735f2.tar.bz2 gentoo-2-638343527802cbad8a6e322016005db90e9735f2.zip |
phear hppa
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdebase/kdebase-3.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdebase/kdebase-3.2.2.ebuild b/kde-base/kdebase/kdebase-3.2.2.ebuild index 9984524fc066..ab6909361718 100644 --- a/kde-base/kdebase/kdebase-3.2.2.ebuild +++ b/kde-base/kdebase/kdebase-3.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.2.2.ebuild,v 1.2 2004/04/19 16:34:25 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.2.2.ebuild,v 1.3 2004/04/22 17:40:59 vapier Exp $ inherit kde-dist DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..." -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64" IUSE="ldap pam motif encode cups ssl opengl samba java" DEPEND="media-sound/cdparanoia @@ -39,8 +39,8 @@ src_compile() { && myconf="$myconf --with-pam=yes" \ || myconf="$myconf --with-pam=no --with-shadow" - if [[ `use java` ]]; then - if [[ `has_version virtual/jdk` ]]; then + if use java ; then + if has_version virtual/jdk ; then myconf="$myconf --with-java=$(java-config --jdk-home)" else myconf="$myconf --with-java=$(java-config --jre-home)" |