diff options
author | 2004-08-30 19:38:07 +0000 | |
---|---|---|
committer | 2004-08-30 19:38:07 +0000 | |
commit | efb2fd8bc3005f434990bc1a07caf5848da4de58 (patch) | |
tree | f7e167c9dbe6cd3b1c56b25ec43e7d85498041eb | |
parent | QA fix: add whitespace to DEPENDS (Manifest recommit) (diff) | |
download | gentoo-2-efb2fd8bc3005f434990bc1a07caf5848da4de58.tar.gz gentoo-2-efb2fd8bc3005f434990bc1a07caf5848da4de58.tar.bz2 gentoo-2-efb2fd8bc3005f434990bc1a07caf5848da4de58.zip |
block >=kde-base/kdenetwork-3.3.0
-rw-r--r-- | net-misc/ksambaplugin/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/ksambaplugin/ChangeLog b/net-misc/ksambaplugin/ChangeLog index d7cf1ba9545f..8c0dcf722b4c 100644 --- a/net-misc/ksambaplugin/ChangeLog +++ b/net-misc/ksambaplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ksambaplugin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ChangeLog,v 1.14 2004/07/12 02:36:33 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ChangeLog,v 1.15 2004/08/30 19:38:07 carlo Exp $ + + 30 Aug 2004; Carsten Lohrke <carlo@gentoo.org> ksambaplugin-0.5f.ebuild: + block >=kde-base/kdenetwork-3.3.0 11 Jul 2004; Daniel Goller <morfic@gentoo.org> +files/ksambaplugin-gcc3.4-fix.patch, ksambaplugin-0.5f.ebuild: diff --git a/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild index d634a3ac3339..a40400924e37 100644 --- a/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild +++ b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild,v 1.6 2004/07/12 02:36:33 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild,v 1.7 2004/08/30 19:38:07 carlo Exp $ inherit kde eutils gcc @@ -15,7 +15,8 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc" IUSE="debug" -DEPEND=">=kde-base/kdebase-3" +DEPEND=">=kde-base/kdebase-3 + !>=kde-base/kdenetwork-3.3.0" RDEPEND="${DEPEND} >=net-fs/samba-2.2.7" need-kde 3 |