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 | 0b880d44c788353ede84a2a706839a018b185acd (patch) | |
tree | 71e500b6375c4454860c0797d716ad20b67cc8c1 /kde-base | |
parent | Add logitech-mouse flag to kcontrol. (diff) | |
download | historical-0b880d44c788353ede84a2a706839a018b185acd.tar.gz historical-0b880d44c788353ede84a2a706839a018b185acd.tar.bz2 historical-0b880d44c788353ede84a2a706839a018b185acd.zip |
Make dependency on libusb conditional and add specific version to be consistent with kdebase.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kcontrol/Manifest | 6 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.4.0.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/kde-base/kcontrol/Manifest b/kde-base/kcontrol/Manifest index 3a17f77b2277..c9c6d888228e 100644 --- a/kde-base/kcontrol/Manifest +++ b/kde-base/kcontrol/Manifest @@ -1,7 +1,7 @@ -MD5 eb27286c2f28311e1e1747ece4f7c9dc ChangeLog 1922 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 -MD5 d87c500d3826176b570d90c78eb9b0bb kcontrol-3.4.0.ebuild 1350 MD5 4bc42df3979da119f19811d0957a8821 kcontrol-3.4.0_rc1.ebuild 1353 +MD5 eb27286c2f28311e1e1747ece4f7c9dc ChangeLog 1922 +MD5 33513a81ac2efc970a2144de3b40c435 kcontrol-3.4.0.ebuild 1271 MD5 64e656c39553f20b12d38eca1f8120d6 files/configure.in.in-kdm-settings.diff 686 -MD5 bf55cbe0244386a3b46be4ca7fe7bc8a files/digest-kcontrol-3.4.0_rc1 378 MD5 54e17e8f38d377972c220f10357c9b2f files/digest-kcontrol-3.4.0 68 +MD5 bf55cbe0244386a3b46be4ca7fe7bc8a files/digest-kcontrol-3.4.0_rc1 378 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)" |