diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 11:57:24 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 11:57:24 +0000 |
commit | aeca44bdbc99ee5621e10c0d474e9a8818b545bc (patch) | |
tree | 96052f6ec21948e118f06be7c0a041cb66f06d64 /kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild | |
parent | add www-apps/net2ftp wrt #212368 (diff) | |
download | gentoo-2-aeca44bdbc99ee5621e10c0d474e9a8818b545bc.tar.gz gentoo-2-aeca44bdbc99ee5621e10c0d474e9a8818b545bc.tar.bz2 gentoo-2-aeca44bdbc99ee5621e10c0d474e9a8818b545bc.zip |
We try to symlink kicker,konqueror libraries, so they should be in DEPEND, not just in RDEPEND.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild')
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild b/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild index da84ecfe925d..7a754ce0e239 100644 --- a/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild +++ b/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild,v 1.7 2008/03/04 02:40:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild,v 1.8 2008/03/07 11:57:24 ingmar Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -20,7 +20,9 @@ DEPEND=">=media-libs/freetype-2.3 arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) opengl? ( virtual/opengl ) ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" + logitech-mouse? ( >=dev-libs/libusb-0.1.10a ) + $(deprange $PV $MAXKDEVER kde-base/libkonq) + $(deprange $PV $MAXKDEVER kde-base/kicker)" RDEPEND="${DEPEND} sys-apps/usbutils @@ -28,9 +30,7 @@ RDEPEND="${DEPEND} $(deprange $PV $MAXKDEVER kde-base/kdebase-data) $(deprange 3.5.7-r1 $MAXKDEVER kde-base/kdesu) $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" + $(deprange $PV $MAXKDEVER kde-base/khotkeys)" KMEXTRACTONLY="kwin/kwinbindings.cpp kicker/kicker/core/kickerbindings.cpp |