diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-09-19 18:56:33 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-09-19 18:56:33 +0000 |
commit | 566c692452b2a7de99e05f3b9177bd8904123939 (patch) | |
tree | 3b8d7fda82f4d1c08a2bd61eb763ce551afc7b8c /kde-base/kdeaddons | |
parent | fixed startup script so that zope actually starts ;) (diff) | |
download | gentoo-2-566c692452b2a7de99e05f3b9177bd8904123939.tar.gz gentoo-2-566c692452b2a7de99e05f3b9177bd8904123939.tar.bz2 gentoo-2-566c692452b2a7de99e05f3b9177bd8904123939.zip |
many many fixes. you MUST unmerge any old kde-env before merging the new one.
Diffstat (limited to 'kde-base/kdeaddons')
-rw-r--r-- | kde-base/kdeaddons/kdeaddons-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild b/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild index 3b04c0fe438c..555fe6089da7 100644 --- a/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild +++ b/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild,v 1.2 2001/09/19 17:18:11 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-2.2.1.ebuild,v 1.3 2001/09/19 18:56:33 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="KDE ${PV} - Addons" @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - . /etc/env.d/90{kde${PV},qt} + local myconf if [ "`use qtmt`" ] then |