diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-13 06:35:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-13 06:35:16 +0000 |
commit | a2fc168c6590d329d0272bc9799012f41ce72098 (patch) | |
tree | a46535c423a2e7e91a0f0e94249c1209cf8459ec /x11-libs/esmart | |
parent | version bump (bug 37917) (diff) | |
download | gentoo-2-a2fc168c6590d329d0272bc9799012f41ce72098.tar.gz gentoo-2-a2fc168c6590d329d0272bc9799012f41ce72098.tar.bz2 gentoo-2-a2fc168c6590d329d0272bc9799012f41ce72098.zip |
DEPEND fix #38002
Diffstat (limited to 'x11-libs/esmart')
-rw-r--r-- | x11-libs/esmart/esmart-0.0.2.20040110.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/esmart/esmart-0.0.2.20040110.ebuild b/x11-libs/esmart/esmart-0.0.2.20040110.ebuild index 0e22bf60c1c2..abd02cc20c9a 100644 --- a/x11-libs/esmart/esmart-0.0.2.20040110.ebuild +++ b/x11-libs/esmart/esmart-0.0.2.20040110.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-libs/esmart/esmart-0.0.2.20040110.ebuild,v 1.1 2004/01/11 22:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-0.0.2.20040110.ebuild,v 1.2 2004/01/13 06:35:16 vapier Exp $ inherit enlightenment flag-o-matic @@ -10,4 +10,5 @@ HOMEPAGE="http://www.enlightenment.org/pages/evas.html" DEPEND=">=x11-libs/evas-1.0.0.20031013_pre12 >=x11-libs/ecore-1.0.0.20031213_pre4 >=media-libs/epsilon-0.0.2.20031213 - >=media-libs/imlib2-1.1.0" + >=media-libs/imlib2-1.1.0 + >=media-libs/edje-0.0.1.20040110" |