diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:23:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:23:55 +0000 |
commit | e39daf61eb80a7389f14aaff88795ffbb4f55dd2 (patch) | |
tree | 6448fddb29d3d1489d1209410393a11a99473a09 /x11-plugins/gkrellstock | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | historical-e39daf61eb80a7389f14aaff88795ffbb4f55dd2.tar.gz historical-e39daf61eb80a7389f14aaff88795ffbb4f55dd2.tar.bz2 historical-e39daf61eb80a7389f14aaff88795ffbb4f55dd2.zip |
Removed * postfix from <, <=, >= and > dependencies.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'x11-plugins/gkrellstock')
-rw-r--r-- | x11-plugins/gkrellstock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellstock/gkrellstock-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/gkrellstock/ChangeLog b/x11-plugins/gkrellstock/ChangeLog index e2fa155df1ca..c9a42d72aa92 100644 --- a/x11-plugins/gkrellstock/ChangeLog +++ b/x11-plugins/gkrellstock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellstock # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.8 2005/04/27 17:51:08 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.9 2005/05/06 00:23:55 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> gkrellstock-0.5.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellstock-0.5.ebuild: Stable on amd64. diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild index dd157a3c756d..13bf1a0e95dd 100644 --- a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild +++ b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.12 2005/04/27 17:51:08 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.13 2005/05/06 00:23:55 swegener Exp $ inherit multilib @@ -10,7 +10,7 @@ DESCRIPTION="Get Stock quotes plugin for Gkrellm2" SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz" HOMEPAGE="http://gkrellstock.sourceforge.net/" -DEPEND=">=app-admin/gkrellm-2* +DEPEND=">=app-admin/gkrellm-2 dev-perl/libwww-perl dev-perl/Finance-Quote" |