From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JEzSn-0001WZ-A9 for garchives@archives.gentoo.org; Wed, 16 Jan 2008 04:01:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73131E08EF; Wed, 16 Jan 2008 04:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50E79E08EF for ; Wed, 16 Jan 2008 04:01:16 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D720765827 for ; Wed, 16 Jan 2008 04:01:15 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JEzSk-0006vV-Pd for gentoo-commits@lists.gentoo.org; Wed, 16 Jan 2008 04:01:14 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Wed, 16 Jan 2008 04:01:14 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: af9193ed-aabd-4335-b7b7-84ef73af7968 X-Archives-Hash: 8e08c71e45ebf6166b58ad1efc51c1f5 robbat2 08/01/16 04:01:14 Modified: mysql.eclass Log: Use --without-readline when building the minimal version as so not to u= se the bundled old readline, per bug #192149. Revision Changes Path 1.84 eclass/mysql.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.84&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.84&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.83&r2=3D1.84 Index: mysql.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v retrieving revision 1.83 retrieving revision 1.84 diff -p -w -b -B -u -u -r1.83 -r1.84 --- mysql.eclass 8 Nov 2007 09:42:55 -0000 1.83 +++ mysql.eclass 16 Jan 2008 04:01:14 -0000 1.84 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.83 2007/11/08= 09:42:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.84 2008/01/16= 04:01:14 robbat2 Exp $ =20 # Author: Francesco Riosa (Retired) # Maintainer: Luca Longinotti @@ -251,7 +251,7 @@ configure_minimal() { # These are things we exclude from a minimal build, please # note that the server actually does get built and installed, # but we then delete it before packaging. - local minimal_exclude_list=3D"server embedded-server extra-tools innodb= bench berkeley-db row-based-replication" + local minimal_exclude_list=3D"server embedded-server extra-tools innodb= bench berkeley-db row-based-replication readline" =20 for i in ${minimal_exclude_list} ; do myconf=3D"${myconf} --without-${i}" --=20 gentoo-commits@lists.gentoo.org mailing list