summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-01 20:36:54 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-01 20:36:54 +0000
commit672603a625ca7f3d160005898757f99457b2c080 (patch)
tree5481c412d6b876d960ea7a8163d1f2ec2a4695c8 /x11-libs/e_dbus/e_dbus-9999.ebuild
parentonly pull in vim-core when USE=vim as reported by Jorge Peixoto (diff)
downloadenlightenment-672603a625ca7f3d160005898757f99457b2c080.tar.gz
enlightenment-672603a625ca7f3d160005898757f99457b2c080.tar.bz2
enlightenment-672603a625ca7f3d160005898757f99457b2c080.zip
fix order of variables so that they are correct
Diffstat (limited to 'x11-libs/e_dbus/e_dbus-9999.ebuild')
-rw-r--r--x11-libs/e_dbus/e_dbus-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-libs/e_dbus/e_dbus-9999.ebuild b/x11-libs/e_dbus/e_dbus-9999.ebuild
index 1d3ecf8..50bf12e 100644
--- a/x11-libs/e_dbus/e_dbus-9999.ebuild
+++ b/x11-libs/e_dbus/e_dbus-9999.ebuild
@@ -2,16 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+ECVS_MODULE="e17/proto/e_dbus"
inherit enlightenment
-IUSE="X"
-
DESCRIPTION="enlightenment interface to dbus"
-ECVS_MODULE="e17/proto/e_dbus"
+
+IUSE="X"
# Removed EWL GUI due to lack of updated code in CVS
# X? ( x11-libs/ewl dev-libs/efreet )
-DEPEND="
- >=x11-libs/ecore-9999
+DEPEND=">=x11-libs/ecore-9999
sys-apps/dbus
sys-apps/hal"