summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-12-12 11:20:43 +0000
committerThomas Sachau <tommy@gentoo.org>2010-12-12 11:20:43 +0000
commit50f6165f9f406932c16ad4b5a27d53406950ee5e (patch)
tree1ea7e28b8476e3f657f7c09f44e3c39d1bd7a3a8
parentFix e_dbus, add support for building test-binaries, thanks to ppurka for the ... (diff)
downloadenlightenment-50f6165f9f406932c16ad4b5a27d53406950ee5e.tar.gz
enlightenment-50f6165f9f406932c16ad4b5a27d53406950ee5e.tar.bz2
enlightenment-50f6165f9f406932c16ad4b5a27d53406950ee5e.zip
Fix typo
(Portage version: 2.2.0_alpha7-r1/svn/Linux x86_64)
-rw-r--r--dev-libs/e_dbus/e_dbus-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/e_dbus/e_dbus-9999.ebuild b/dev-libs/e_dbus/e_dbus-9999.ebuild
index 2acb0fb..c90356e 100644
--- a/dev-libs/e_dbus/e_dbus-9999.ebuild
+++ b/dev-libs/e_dbus/e_dbus-9999.ebuild
@@ -35,7 +35,7 @@ src_configure() {
MY_ECONF+="
$(use_enable bluetooth edbus-bluez-test)
$(use_enable connman edbus-connman-test)
- $(use_enable libnotify edbus-notification-deamon-test)
+ $(use_enable libnotify edbus-notification-daemon-test)
$(use_enable libnotify edbus-notify-test)
$(use_enable ofono edbus-ofono-test)
$(use_enable ukit edbus-ukit-test)"
@@ -43,7 +43,7 @@ src_configure() {
MY_ECONF+="
--disable-edbus-bluez-test
--disable-edbus-connman-test
- --disable-edbus-notification-deamon-test
+ --disable-edbus-notification-daemon-test
--disable-edbus-notify-test
--disable-edbus-ofono-test
--disable-edbus-ukit-test"