From 1ed5020be7d5c98039ec12195957c5b9f8a5f4d2 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sun, 9 Mar 2014 00:20:07 +0000 Subject: [PATCH] libvirt: remove python variants (https://trac.macports.org/ticket/41776) git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117707 d073be05-634f-4543-b044-5fe20cf6d1d6 --- sysutils/libvirt/Portfile | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/sysutils/libvirt/Portfile b/sysutils/libvirt/Portfile index 8a5837186c417..384d3def412e9 100644 --- a/sysutils/libvirt/Portfile +++ b/sysutils/libvirt/Portfile @@ -51,7 +51,6 @@ configure.args --disable-silent-rules \ --without-openvz \ --without-phyp \ --without-polkit \ - --without-python \ --without-qemu \ --without-sasl \ --without-selinux \ @@ -76,34 +75,6 @@ variant avahi description {Use Avahi to advertise remote daemon} { configure.args-replace --without-avahi --with-avahi } -variant python24 conflicts python25 python26 python27 \ - description {Compile Python 2.4 bindings} { - depends_lib-append port:python24 - configure.args-replace --without-python --with-python - configure.python ${prefix}/bin/python2.4 -} - -variant python25 conflicts python24 python26 python27 \ - description {Compile Python 2.5 bindings} { - depends_lib-append port:python25 - configure.args-replace --without-python --with-python - configure.python ${prefix}/bin/python2.5 -} - -variant python26 conflicts python24 python25 python27 \ - description {Compile Python 2.6 bindings} { - depends_lib-append port:python26 - configure.args-replace --without-python --with-python - configure.python ${prefix}/bin/python2.6 -} - -variant python27 conflicts python24 python25 python26 \ - description {Compile Python 2.7 bindings} { - depends_lib-append port:python27 - configure.args-replace --without-python --with-python - configure.python ${prefix}/bin/python2.7 -} - variant sasl description {Use Cyrus SASL for authentication} { depends_lib-append port:cyrus-sasl2 configure.args-replace --without-sasl --with-sasl