summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-20 06:10:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-20 06:10:33 +0000
commit43bd4a1d03c3ec8098963d5c02347bfbd2470c6d (patch)
treef82a67475bff547f247bde42ea4046dd54b594a9 /net-libs/libsoup/libsoup-2.38.1.ebuild
parentExplicitly disable apache-using tests to prevent access violation (bug #43810... (diff)
downloadgentoo-2-43bd4a1d03c3ec8098963d5c02347bfbd2470c6d.tar.gz
gentoo-2-43bd4a1d03c3ec8098963d5c02347bfbd2470c6d.tar.bz2
gentoo-2-43bd4a1d03c3ec8098963d5c02347bfbd2470c6d.zip
Disable apache-using tests in a cleaner way.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libsoup/libsoup-2.38.1.ebuild')
-rw-r--r--net-libs/libsoup/libsoup-2.38.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libsoup/libsoup-2.38.1.ebuild b/net-libs/libsoup/libsoup-2.38.1.ebuild
index 05a360ade1ed..50f0bf103b91 100644
--- a/net-libs/libsoup/libsoup-2.38.1.ebuild
+++ b/net-libs/libsoup/libsoup-2.38.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.38.1.ebuild,v 1.11 2012/10/16 04:46:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.38.1.ebuild,v 1.12 2012/10/20 06:10:33 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -32,13 +32,13 @@ DEPEND="${RDEPEND}
# net-libs/glib-networking[ssl])"
pkg_setup() {
- # Set invalid apache module dir until apache tests are ready, bug #326957
+ # Disable apache tests until they are usable on Gentoo, bug #326957
DOCS="AUTHORS NEWS README"
G2CONF="${G2CONF}
--disable-static
--disable-tls-check
--without-gnome
- --with-apache-module-dir="${T}"
+ --without-apache-httpd
$(use_enable introspection)
$(use_with samba ntlm-auth ${EPREFIX}/usr/bin/ntlm_auth)"
}