diff options
author | 2006-03-08 18:49:26 +0000 | |
---|---|---|
committer | 2006-03-08 18:49:26 +0000 | |
commit | 759675d9fb6d08b4a369205cffaf4b8d03daf63d (patch) | |
tree | 480fed84220dbb4f1479ebf65c3f0c935ed6fe64 /dev-util/kscope | |
parent | add patch provided by Justin Findlay in #124839 to correctly declare friend c... (diff) | |
download | gentoo-2-759675d9fb6d08b4a369205cffaf4b8d03daf63d.tar.gz gentoo-2-759675d9fb6d08b4a369205cffaf4b8d03daf63d.tar.bz2 gentoo-2-759675d9fb6d08b4a369205cffaf4b8d03daf63d.zip |
|| ( ) spacing fix
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/kscope-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kscope/kscope-1.2.0.ebuild b/dev-util/kscope/kscope-1.2.0.ebuild index 7019239c471b..ddc05b41568b 100644 --- a/dev-util/kscope/kscope-1.2.0.ebuild +++ b/dev-util/kscope/kscope-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.2.0.ebuild,v 1.6 2006/03/08 17:23:41 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.2.0.ebuild,v 1.7 2006/03/08 18:49:26 tove Exp $ inherit kde @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="|| ( kde-base/kate kde-base/kdebase)" +DEPEND="|| ( kde-base/kate kde-base/kdebase )" RDEPEND="${DEPEND} dev-util/ctags >=dev-util/cscope-15.5-r4" |