summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2014-03-03 14:08:46 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2014-03-03 14:08:46 +0000
commit01a362e603b640d203712ace3026ea021eb0f595 (patch)
treed616e716b9be66085c0eb0428bc9e535ea9b02d4 /net-misc
parentFixed pidfile location for non-linux systems (diff)
downloadgentoo-2-01a362e603b640d203712ace3026ea021eb0f595.tar.gz
gentoo-2-01a362e603b640d203712ace3026ea021eb0f595.tar.bz2
gentoo-2-01a362e603b640d203712ace3026ea021eb0f595.zip
Fix configure with USE=mysql (bug #503022)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cfengine/ChangeLog6
-rw-r--r--net-misc/cfengine/cfengine-3.5.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/cfengine/ChangeLog b/net-misc/cfengine/ChangeLog
index 0e4bc12c5481..b711540534f8 100644
--- a/net-misc/cfengine/ChangeLog
+++ b/net-misc/cfengine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/cfengine
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.167 2014/02/27 17:45:02 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.168 2014/03/03 14:08:46 mschiff Exp $
+
+ 03 Mar 2014; Marc Schiffbauer <mschiff@gentoo.org> cfengine-3.5.3.ebuild:
+ Fix configure with USE=,ysql for some users. Fixes bug #503022 (thanks
+ tonich)
*cfengine-3.5.3 (27 Feb 2014)
diff --git a/net-misc/cfengine/cfengine-3.5.3.ebuild b/net-misc/cfengine/cfengine-3.5.3.ebuild
index 77b8675283fa..9a7f8e210004 100644
--- a/net-misc/cfengine/cfengine-3.5.3.ebuild
+++ b/net-misc/cfengine/cfengine-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.5.3.ebuild,v 1.1 2014/02/27 17:45:02 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.5.3.ebuild,v 1.2 2014/03/03 14:08:46 mschiff Exp $
EAPI="5"
@@ -62,7 +62,7 @@ src_configure() {
$(use_with qdbm) \
$(use_with tokyocabinet) \
$(use_with postgres postgresql) \
- $(use_with mysql mysql=check) \
+ $(use_with mysql mysql check) \
$(use_with libvirt) \
$(use_enable selinux)