summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-26 23:06:00 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-26 23:06:00 +0000
commitdb9063c2e0263662a4d4a6d1689dac9ebe8bcc66 (patch)
treeada125c41f5ad1304f57c2c9f359fa3cd5fb4225 /net-p2p/gnunet
parentMarked Stable on amd64 (diff)
downloadgentoo-2-db9063c2e0263662a4d4a6d1689dac9ebe8bcc66.tar.gz
gentoo-2-db9063c2e0263662a4d4a6d1689dac9ebe8bcc66.tar.bz2
gentoo-2-db9063c2e0263662a4d4a6d1689dac9ebe8bcc66.zip
mysql support was built even with USE=-mysql if mysql was installed in system. fixed
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/ChangeLog6
-rw-r--r--net-p2p/gnunet/Manifest2
-rw-r--r--net-p2p/gnunet/gnunet-0.7.0.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog
index 800047db9c2b..ca4138ae55f4 100644
--- a/net-p2p/gnunet/ChangeLog
+++ b/net-p2p/gnunet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/gnunet
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.38 2005/09/21 11:55:19 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.39 2005/09/26 23:06:00 mkay Exp $
+
+ 26 Sep 2005; <mkay@gentoo.org> gnunet-0.7.0.ebuild:
+ mysql support was built even with USE=-mysql if mysql was installed in
+ system. fixed
21 Sep 2005; <mkay@gentoo.org> -gnunet-0.5.4-r1.ebuild:
Removing 0.5.4-r1
diff --git a/net-p2p/gnunet/Manifest b/net-p2p/gnunet/Manifest
index c943743d1ebf..a1d081a2e375 100644
--- a/net-p2p/gnunet/Manifest
+++ b/net-p2p/gnunet/Manifest
@@ -2,7 +2,7 @@ MD5 9fda4163456b0112fb890db4eba22f0c ChangeLog 6071
MD5 3d78de0ed5d6b9f64a9f638fe2b94e66 gnunet-0.6.2b.ebuild 1611
MD5 3f1cee68cfeffdb201bb272c3cce4d58 gnunet-0.6.6b-r1.ebuild 2498
MD5 54bf4182ef80c96144126d4872202b60 gnunet-0.6.6b.ebuild 2391
-MD5 fb8c12ff5599d301d5c9f65b1a73c00d gnunet-0.7.0.ebuild 2330
+MD5 1a691221a64e9bfed2b7ceee11ea2c29 gnunet-0.7.0.ebuild 2328
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 d4a748c8e3536c6691b63794f7c17639 files/digest-gnunet-0.6.2b 66
MD5 3f90482aa89d1669318f7ec7de1943a3 files/digest-gnunet-0.6.6b 67
diff --git a/net-p2p/gnunet/gnunet-0.7.0.ebuild b/net-p2p/gnunet/gnunet-0.7.0.ebuild
index f8f7622d4b43..62a073b1987c 100644
--- a/net-p2p/gnunet/gnunet-0.7.0.ebuild
+++ b/net-p2p/gnunet/gnunet-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.3 2005/09/21 11:53:08 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.4 2005/09/26 23:06:00 mkay Exp $
inherit eutils libtool
@@ -44,7 +44,7 @@ src_compile() {
fi
fi
- use mysql && myconf="${myconf} --with-mysql=/usr"
+ use mysql || myconf="${myconf} --without-mysql"
econf \
$(use_with sqlite) \