diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-25 07:56:22 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-25 07:56:22 +0000 |
commit | 2c845f45eed863b918dc40ca7a72b1a7dca4d331 (patch) | |
tree | b06fffac37d9ecf4e7f2019dff0eff12bd9eae11 /kde-base/kcontrol | |
parent | Add logitech-mouse flag to kcontrol. (diff) | |
download | gentoo-2-2c845f45eed863b918dc40ca7a72b1a7dca4d331.tar.gz gentoo-2-2c845f45eed863b918dc40ca7a72b1a7dca4d331.tar.bz2 gentoo-2-2c845f45eed863b918dc40ca7a72b1a7dca4d331.zip |
Make dependency on libusb conditional and add specific version to be consistent with kdebase.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.4.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kcontrol/kcontrol-3.4.0.ebuild b/kde-base/kcontrol/kcontrol-3.4.0.ebuild index 4706fbc7ab90..ab5bee303b12 100644 --- a/kde-base/kcontrol/kcontrol-3.4.0.ebuild +++ b/kde-base/kcontrol/kcontrol-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.4.0.ebuild,v 1.3 2005/03/21 03:46:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.4.0.ebuild,v 1.4 2005/03/25 07:56:22 greg_g Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -9,15 +9,15 @@ inherit kde-meta eutils DESCRIPTION="The KDE Control Center" KEYWORDS="~x86 ~amd64 ~ppc ~sparc" -IUSE="ssl arts ieee1394 opengl" +IUSE="ssl arts ieee1394 logitech-mouse opengl" PATCHES="$FILESDIR/configure.in.in-kdm-settings.diff" DEPEND="ssl? ( dev-libs/openssl ) arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) opengl? ( virtual/opengl ) ieee1394? ( sys-libs/libraw1394 ) - dev-libs/libusb" # to support some logitech mice - should get a local useflag - # (this isn't a separate kcm but a part of the input module) + logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" + RDEPEND="${DEPEND} $(deprange $PV $MAXKDEVER kde-base/kcminit) $(deprange $PV $MAXKDEVER kde-base/kdebase-data)" |