diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-19 03:47:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-19 03:47:24 +0000 |
commit | 656660fc568042e96f2269e4b09b411f48d27ce4 (patch) | |
tree | bacce65836b02f16c87900bfc9055a75752349c4 /x11-libs/esmart | |
parent | initial ebuild (diff) | |
download | gentoo-2-656660fc568042e96f2269e4b09b411f48d27ce4.tar.gz gentoo-2-656660fc568042e96f2269e4b09b411f48d27ce4.tar.bz2 gentoo-2-656660fc568042e96f2269e4b09b411f48d27ce4.zip |
DEPEND fix #31469
Diffstat (limited to 'x11-libs/esmart')
-rw-r--r-- | x11-libs/esmart/esmart-0.0.2.20031018.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/esmart/esmart-0.0.2.20031018.ebuild b/x11-libs/esmart/esmart-0.0.2.20031018.ebuild index 23287f0e7549..150a4251c463 100644 --- a/x11-libs/esmart/esmart-0.0.2.20031018.ebuild +++ b/x11-libs/esmart/esmart-0.0.2.20031018.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.20031018.ebuild,v 1.1 2003/10/18 08:13:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-0.0.2.20031018.ebuild,v 1.2 2003/10/19 03:47:24 vapier Exp $ inherit enlightenment flag-o-matic @@ -9,4 +9,5 @@ HOMEPAGE="http://www.enlightenment.org/pages/evas.html" DEPEND=">=x11-libs/evas-1.0.0.20031013_pre12 >=x11-libs/ecore-1.0.0.20031013_pre4 - >=media-libs/imlib2-1.1.0" + >=media-libs/imlib2-1.1.0 + >=media-libs/edje-0.0.1.20031018" |