KEYWORDS="~amd64 ~x86"
# none for now
-IUSE="+proxy +renametool debug"
+IUSE="+proxy +renameparser debug"
# x11-libs/libqxt depends on gui/X even though it is not requird nor needed for this ebuild
DEPEND="
>=x11-libs/qt-core-4.7
- renametool? ( >=x11-libs/qt-script-4.7 )
+ renameparser? ( >=x11-libs/qt-script-4.7 )
proxy? ( >=x11-libs/libqxt-0.6.0 )
"
RDEPEND="${DEPEND}"
}
src_configure() {
- eqmake4 -recursive
+ if ! use proxy ; then
+ DISABLE_PROXY="CONFIG+=noproxy"
+ fi
+ if ! use renameparser ; then
+ DISABLE_PROXY="CONFIG+=norenameparser"
+ fi
+
+ eqmake4 ${DISABLE_PROXY} ${DISABLE_RENAMEPARSER} -recursive
}
src_install() {