diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-05-04 03:13:06 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-05-04 03:13:06 +0000 |
commit | 60c4e04fa7f354a7d44ed0f975f539e1dcc99c61 (patch) | |
tree | 80dbd782b3ca60d1420eaa4a8412b0c9166a9ec3 /x11-plugins/karamba-weather | |
parent | Added bofh_bar (diff) | |
download | gentoo-2-60c4e04fa7f354a7d44ed0f975f539e1dcc99c61.tar.gz gentoo-2-60c4e04fa7f354a7d44ed0f975f539e1dcc99c61.tar.bz2 gentoo-2-60c4e04fa7f354a7d44ed0f975f539e1dcc99c61.zip |
Fixed dependancies
Diffstat (limited to 'x11-plugins/karamba-weather')
-rw-r--r-- | x11-plugins/karamba-weather/karamba-weather-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild b/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild index e33b7f0cacdf..ae543e70b679 100644 --- a/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild +++ b/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild,v 1.1 2003/05/04 01:22:19 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-weather/karamba-weather-0.3.ebuild,v 1.2 2003/05/04 03:13:06 prez Exp $ DESCRIPTION="Weather plugin for Karamba" HOMEPAGE="http://www.kdelook.org/content/show.php?content=5635" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -RDEPEND="|| (x11-misc/karamba-0.17 x11-misc/superkaramba-0.21)" +RDEPEND="|| (>=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21)" src_unpack () { unpack 5635-karamba_weather-${PV}.tar.gz |