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 | 60e67f041f93f7257630b37ee1171b914196a36e (patch) | |
tree | f20a11868dce4e2be271339c0235fc30cf77d8ff /kde-misc/kadslwatch | |
parent | correct PATH handling (diff) | |
download | gentoo-2-60e67f041f93f7257630b37ee1171b914196a36e.tar.gz gentoo-2-60e67f041f93f7257630b37ee1171b914196a36e.tar.bz2 gentoo-2-60e67f041f93f7257630b37ee1171b914196a36e.zip |
Fixed DEPEND/RDEPEND.
(Portage version: 2.1.1)
Diffstat (limited to 'kde-misc/kadslwatch')
-rw-r--r-- | kde-misc/kadslwatch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 | 2 | ||||
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/kde-misc/kadslwatch/ChangeLog b/kde-misc/kadslwatch/ChangeLog index 5f30629b6bf3..d19d582c9f79 100644 --- a/kde-misc/kadslwatch/ChangeLog +++ b/kde-misc/kadslwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kadslwatch -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.6 2005/09/22 14:14:26 greg_g Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.7 2006/09/28 11:32:23 deathwing00 Exp $ + + 28 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + kadslwatch-01.00.06.ebuild: + Fixed DEPEND/RDEPEND. 22 Sep 2005; Gregorio Guidi <greg_g@gentoo.org> kadslwatch-01.00.06.ebuild: diff --git a/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 b/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 index 63146ac90536..da632fb27e50 100644 --- a/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 +++ b/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 @@ -1 +1,3 @@ MD5 94f3b95d75c568ebde362e52f30af91f kadslwatch-01.00.06.tar.gz 477950 +RMD160 bbcbadbc4c48d982cf9ca51523e0e66e99f3b3a9 kadslwatch-01.00.06.tar.gz 477950 +SHA256 3733cddd035fe82e35f3e6127da37e950322b77e46cc71cb45586c0d2f0fbb33 kadslwatch-01.00.06.tar.gz 477950 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() { |