diff options
Diffstat (limited to 'kde-base/kdeartwork/kdeartwork-3.1.ebuild')
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.1.ebuild b/kde-base/kdeartwork/kdeartwork-3.1.ebuild index 51cc7231e34f..adbc81d53f15 100644 --- a/kde-base/kdeartwork/kdeartwork-3.1.ebuild +++ b/kde-base/kdeartwork/kdeartwork-3.1.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.1.ebuild,v 1.4 2003/02/01 18:55:01 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.1.ebuild,v 1.5 2003/02/12 16:02:16 hannes Exp $ inherit kde-dist IUSE="opengl" newdepend "opengl? ( virtual/opengl ) ~kde-base/kdebase-${PV}" DESCRIPTION="KDE artwork package" - KEYWORDS="x86 ppc ~sparc" +PATCHES="$FILESDIR/xsaver-conflicting-typedefs.diff" myconf="$myconf --with-dpms" use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" - -PATCHES="$FILESDIR/xsaver-conflicting-typedefs.diff" - |