diff options
author | 2007-06-22 20:43:25 +0000 | |
---|---|---|
committer | 2007-06-22 20:43:25 +0000 | |
commit | 823d79ebee6ba63a7a1f89f29b42a77a5a73babb (patch) | |
tree | 94b46096359109634392f2464006e390104a8942 /net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild | |
parent | bump to 7.2, closes bug #182654 (diff) | |
download | historical-823d79ebee6ba63a7a1f89f29b42a77a5a73babb.tar.gz historical-823d79ebee6ba63a7a1f89f29b42a77a5a73babb.tar.bz2 historical-823d79ebee6ba63a7a1f89f29b42a77a5a73babb.zip |
Added the missing dependency on dev-libs/dbus-qt3-old which fixes bug 182890. Removed the post-install message about kbluepin which isn't provided anymore. Minor whitespace fixes.
Package-Manager: portage-2.1.3_rc4
Diffstat (limited to 'net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild')
-rw-r--r-- | net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild index e94d98d8e829..84c113c2ef43 100644 --- a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild +++ b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.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/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild,v 1.2 2007/06/19 20:49:53 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r2.ebuild,v 1.3 2007/06/22 20:43:25 philantrop Exp $ inherit kde autotools @@ -28,12 +28,11 @@ RDEPEND="${DEPEND} net-wireless/bluez-utils" PATCHES="${FILESDIR}/better-menu-names.diff - ${FILESDIR}/kcm-btpaired-fix.diff - ${FILESDIR}/kcm-no-dcop-error.diff - ${FILESDIR}/kdebluetooth-dbuspasskeyagent.diff - ${FILESDIR}/kdebluetooth-sdp-bitop.diff - ${FILESDIR}/kdebluetooth.diff" - + ${FILESDIR}/kcm-btpaired-fix.diff + ${FILESDIR}/kcm-no-dcop-error.diff + ${FILESDIR}/kdebluetooth-dbuspasskeyagent.diff + ${FILESDIR}/kdebluetooth-sdp-bitop.diff + ${FILESDIR}/kdebluetooth.diff" LANGS="bg br ca cs cy da de el en_GB es et fi fr ga gl hu is it ja ka lt mt nb nl nn pa pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tr uk zh_CN" |