summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-18 16:02:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-18 16:02:20 +0000
commit247556377ad3d57f556a6df991afeecdb47988d7 (patch)
tree96190f16eb374fa50590454917afeb55ed1ce146 /kde-base
parentNew snapshot (diff)
downloadhistorical-247556377ad3d57f556a6df991afeecdb47988d7.tar.gz
historical-247556377ad3d57f556a6df991afeecdb47988d7.tar.bz2
historical-247556377ad3d57f556a6df991afeecdb47988d7.zip
Don't put an explicit dependency over arts, leave it to the eclass. This way arts 3.5.5 can still be used.
Package-Manager: portage-2.1.2
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdebase/ChangeLog6
-rw-r--r--kde-base/kdebase/kdebase-3.5.6.ebuild10
2 files changed, 9 insertions, 7 deletions
diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog
index 5ba565a05135..81a01422fc80 100644
--- a/kde-base/kdebase/ChangeLog
+++ b/kde-base/kdebase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebase
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.332 2007/01/17 12:52:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.333 2007/01/18 16:02:20 flameeyes Exp $
+
+ 18 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kdebase-3.5.6.ebuild:
+ Don't put an explicit dependency over arts, leave it to the eclass. This way
+ arts 3.5.5 can still be used.
17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kdebase-3.5.6.ebuild:
Remove unneeded patches and fix patch naming.
diff --git a/kde-base/kdebase/kdebase-3.5.6.ebuild b/kde-base/kdebase/kdebase-3.5.6.ebuild
index d69493584e3e..cbcf60bdebc4 100644
--- a/kde-base/kdebase/kdebase-3.5.6.ebuild
+++ b/kde-base/kdebase/kdebase-3.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.5.6.ebuild,v 1.2 2007/01/17 12:52:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.5.6.ebuild,v 1.3 2007/01/18 16:02:20 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
@@ -10,12 +10,11 @@ SRC_URI="${SRC_URI}
DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="arts cups java ldap ieee1394 hal lm_sensors logitech-mouse openexr opengl
+IUSE="cups java ldap ieee1394 hal lm_sensors logitech-mouse openexr opengl
pam samba ssl zeroconf xcomposite xscreensaver xinerama kdehiddenvisibility"
# hal: enables hal backend for 'media:' ioslave
-DEPEND="arts? ( ~kde-base/arts-${PV} )
- >=media-libs/freetype-2
+DEPEND=">=media-libs/freetype-2
media-libs/fontconfig
pam? ( kde-base/kdebase-pam )
>=dev-libs/cyrus-sasl-2
@@ -103,8 +102,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--with-dpms
- $(use_with arts) $(use_with ldap)
+ local myconf="--with-dpms $(use_with ldap)
$(use_with opengl gl) $(use_with ssl)
$(use_with samba) $(use_with openexr)
$(use_with lm_sensors sensors) $(use_with logitech-mouse libusb)