[Lunar-commits] <moonbase> avahi: remove the optional qt3 depend.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 19:59:22 CET 2010


commit 775112179e406a1d2564d50aa1542eadd43857cf
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 20:59:22 2010 +0200

    avahi: remove the optional qt3 depend.
---
 net/avahi/BUILD   |    4 ----
 net/avahi/DEPENDS |    7 +------
 2 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/net/avahi/BUILD b/net/avahi/BUILD
index 0c8a3ba..aa6a7da 100644
--- a/net/avahi/BUILD
+++ b/net/avahi/BUILD
@@ -1,9 +1,5 @@
 (
 
-   if module_installed qt3; then
-   . /etc/profile.d/qt3.rc
-   fi &&
-
    if module_installed qt4; then
     . /etc/profile.d/qt4.rc
    fi &&
diff --git a/net/avahi/DEPENDS b/net/avahi/DEPENDS
index e31671d..328161a 100644
--- a/net/avahi/DEPENDS
+++ b/net/avahi/DEPENDS
@@ -2,16 +2,11 @@ depends libdaemon
 
 optional_depends "nss-mdns" "" "" "for Name Switching Services Support"
 
-optional_depends "qt3" \
-                 "--enable-qt3" \
-                 "--disable-qt3" \
-                 "building of Qt3 mainloop integration"
-
 optional_depends "qt4" \
                  "--enable-qt4" \
                  "--disable-qt4" \
                  "building of Qt4 mainloop integration"
-                 
+
 optional_depends "libglade" \
                  "--enable-gtk" \
                  "--disable-gtk" \


More information about the Lunar-commits mailing list