diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 22:09:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 22:09:15 +0000 |
commit | f85d5385ebf3684b1f480def98026f6e7049a973 (patch) | |
tree | 898cf35d2772c2d7ad645aea63185f8b80d5ef73 /x11-misc | |
parent | fix DEPEND (diff) | |
download | gentoo-2-f85d5385ebf3684b1f480def98026f6e7049a973.tar.gz gentoo-2-f85d5385ebf3684b1f480def98026f6e7049a973.tar.bz2 gentoo-2-f85d5385ebf3684b1f480def98026f6e7049a973.zip |
fix DEPEND
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ebindings/ebindings-0.2.20031013.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/ebindings/ebindings-0.2.20031013.ebuild b/x11-misc/ebindings/ebindings-0.2.20031013.ebuild index 813012847027..cdb7b3b7b674 100644 --- a/x11-misc/ebindings/ebindings-0.2.20031013.ebuild +++ b/x11-misc/ebindings/ebindings-0.2.20031013.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ebindings/ebindings-0.2.20031013.ebuild,v 1.1 2003/10/14 03:07:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ebindings/ebindings-0.2.20031013.ebuild,v 1.2 2004/04/05 22:09:04 vapier Exp $ inherit enlightenment DESCRIPTION="e17 keybinding and menu editor" -DEPEND="${DEPEND} - virtual/x11 +DEPEND="virtual/x11 >=x11-libs/evas-1.0.0.20030906_pre11 >=dev-db/edb-1.0.4.20030906 + >=media-libs/ebits-1.0.1.20031013 =x11-libs/gtk+-1*" |