diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-28 11:32:23 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-28 11:32:23 +0000 |
commit | 6327a205b3c48d416a4fa0f507d125f521f5ea18 (patch) | |
tree | a5867735537242807bed2fce7be9266522e0c982 /kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild | |
parent | correct PATH handling (diff) | |
download | historical-6327a205b3c48d416a4fa0f507d125f521f5ea18.tar.gz historical-6327a205b3c48d416a4fa0f507d125f521f5ea18.tar.bz2 historical-6327a205b3c48d416a4fa0f507d125f521f5ea18.zip |
Fixed DEPEND/RDEPEND.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild')
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild b/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild index 5676c3e7f2fb..761a5632adfd 100644 --- a/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild +++ b/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild,v 1.2 2005/09/22 14:14:26 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild,v 1.3 2006/09/28 11:32:23 deathwing00 Exp $ inherit kde eutils @@ -15,6 +15,8 @@ IUSE="" DEPEND="net-dialup/capi4k-utils" +RDEPEND="${DEPEND}" + need-kde 3 src_unpack() { |