diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 02:31:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 02:31:37 +0000 |
commit | 174e4d6a895024cde033c967028e5372c52663f8 (patch) | |
tree | 865db03abbc2a90492ba3bb9bf6763bca3024b35 /app-misc/enotes | |
parent | clearpass with horde-imp (diff) | |
download | gentoo-2-174e4d6a895024cde033c967028e5372c52663f8.tar.gz gentoo-2-174e4d6a895024cde033c967028e5372c52663f8.tar.bz2 gentoo-2-174e4d6a895024cde033c967028e5372c52663f8.zip |
DEPEND fix
Diffstat (limited to 'app-misc/enotes')
-rw-r--r-- | app-misc/enotes/enotes-0.1.20040508.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/enotes/enotes-0.1.20040508.ebuild b/app-misc/enotes/enotes-0.1.20040508.ebuild index c8ad48656e58..750a589b258b 100644 --- a/app-misc/enotes/enotes-0.1.20040508.ebuild +++ b/app-misc/enotes/enotes-0.1.20040508.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/enotes/enotes-0.1.20040508.ebuild,v 1.2 2004/06/24 22:09:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/enotes/enotes-0.1.20040508.ebuild,v 1.3 2004/08/12 02:31:37 vapier Exp $ inherit enlightenment DESCRIPTION="sticky notes system based on the EFL" DEPEND=">=x11-libs/ewl-0.0.3.20040207 - >=x11-libs/evas-1.0.0.20040207_pre12 - >=x11-libs/ecore-1.0.0.20040207_pre4 - >=media-libs/imlib2-1.1.0.20040207 - >=media-libs/edje-0.0.1.20040207 - >=dev-db/edb-1.0.4.20040117 + >=x11-libs/evas-1.0.0_pre13 + >=x11-libs/ecore-1.0.0_pre7 + >=media-libs/imlib2-1.1.1 + >=media-libs/edje-0.5.0 + >=dev-db/edb-1.0.5 dev-libs/libxml2 >=x11-libs/esmart-0.0.2.20040207" |