summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-04-20 22:18:57 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-04-20 22:18:57 +0000
commit58b9543d2292afa5a3622013adad750c7220f15f (patch)
treee67f2c1b9503b5b17196af00732c9000d4b7ac47 /kde-base
parentfixed GL dependency (#1950) (diff)
downloadgentoo-2-58b9543d2292afa5a3622013adad750c7220f15f.tar.gz
gentoo-2-58b9543d2292afa5a3622013adad750c7220f15f.tar.bz2
gentoo-2-58b9543d2292afa5a3622013adad750c7220f15f.zip
reverse back to Revision 1.2
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
index dd51a5d3a02f..0e43ca02de69 100644
--- a/kde-base/kdeartwork/kdeartwork-3.0.ebuild
+++ b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.3 2002/04/20 22:14:54 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.4 2002/04/20 22:18:57 rphillips Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -14,6 +14,7 @@ src_compile() {
myconf="$myconf --with-dpms"
use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
+ myconf="$myconf --without-gl"
kde_src_compile configure make
}