diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-11 03:49:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-11 03:49:44 +0000 |
commit | 21168131ec8ce4d362a35ff33487bdd0d3a481cd (patch) | |
tree | 8b4f63b1adb62bdc4590581eac7cfd1c522458af /sci-calculators | |
parent | old (diff) | |
download | gentoo-2-21168131ec8ce4d362a35ff33487bdd0d3a481cd.tar.gz gentoo-2-21168131ec8ce4d362a35ff33487bdd0d3a481cd.tar.bz2 gentoo-2-21168131ec8ce4d362a35ff33487bdd0d3a481cd.zip |
fix DEPEND
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/equate/equate-0.0.4.20050116.ebuild | 8 | ||||
-rw-r--r-- | sci-calculators/equate/equate-9999.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-calculators/equate/equate-0.0.4.20050116.ebuild b/sci-calculators/equate/equate-0.0.4.20050116.ebuild index ef6c209c6e3c..9a55ad4b8f82 100644 --- a/sci-calculators/equate/equate-0.0.4.20050116.ebuild +++ b/sci-calculators/equate/equate-0.0.4.20050116.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/equate/equate-0.0.4.20050116.ebuild,v 1.1 2005/01/17 05:12:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/equate/equate-0.0.4.20050116.ebuild,v 1.2 2005/04/11 03:44:56 vapier Exp $ ECVS_MODULE="misc/equate" inherit enlightenment @@ -8,5 +8,5 @@ inherit enlightenment DESCRIPTION="simple themeable calculator built off of ewl" HOMEPAGE="http://andy.elcock.org/Software/Equate.xml" -DEPEND=">=x11-libs/ewl-0.0.3.20040103 - >=x11-libs/ecore-1.0.0_pre7" +DEPEND=">=x11-libs/ewl-0.0.4 + >=x11-libs/ecore-0.9.9" diff --git a/sci-calculators/equate/equate-9999.ebuild b/sci-calculators/equate/equate-9999.ebuild index b9d932fe567a..bed64d4dd2a1 100644 --- a/sci-calculators/equate/equate-9999.ebuild +++ b/sci-calculators/equate/equate-9999.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/sci-calculators/equate/equate-9999.ebuild,v 1.2 2005/01/17 05:12:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/equate/equate-9999.ebuild,v 1.3 2005/04/11 03:44:56 vapier Exp $ ECVS_MODULE="misc/equate" inherit enlightenment @@ -8,5 +8,5 @@ inherit enlightenment DESCRIPTION="simple themeable calculator built off of ewl" HOMEPAGE="http://andy.elcock.org/Software/Equate.xml" -DEPEND=">=x11-libs/ewl-0.0.3.20040103 - >=x11-libs/ecore-1.0.0_pre7" +DEPEND=">=x11-libs/ewl-0.0.4 + >=x11-libs/ecore-0.9.9" |