From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABE721393E9 for ; Tue, 13 May 2014 03:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6988E0B48; Tue, 13 May 2014 03:14:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F47DE0B48 for ; Tue, 13 May 2014 03:14:35 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A5C433FC71 for ; Tue, 13 May 2014 03:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BF59F181A9 for ; Tue, 13 May 2014 03:14:32 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1399950850.00600cbb6bc9432096f3da053748bc752804d4aa.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 00600cbb6bc9432096f3da053748bc752804d4aa X-VCS-Branch: master Date: Tue, 13 May 2014 03:14:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cbc8fc5c-0cc3-48bf-a531-46168afb8fa3 X-Archives-Hash: 6b2168d7962020c2effa98a06b856111 commit: 00600cbb6bc9432096f3da053748bc752804d4aa Author: Brian Evans gentoo org> AuthorDate: Tue May 13 03:14:10 2014 +0000 Commit: Brian Evans lavabit com> CommitDate: Tue May 13 03:14:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=00600cbb [eclass] Restrict bison version for <=5.5 builds --- eclass/mysql-v2.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index f66c2ab..cd0db68 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -341,6 +341,9 @@ DEPEND="${DEPEND} virtual/yacc " +# Only 5.5+ has been made compatible with Bison 3+ +mysql_version_is_at_least "5.5" || DEPEND="${DEPEND} !>sys-devel/bison-3.0" + DEPEND="${DEPEND} static? ( sys-libs/ncurses[static-libs] )" # compile-time-only