From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ObyW2-0001Ea-2A for garchives@archives.gentoo.org; Thu, 22 Jul 2010 16:20:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4750E0B50; Thu, 22 Jul 2010 16:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2878EE0B4C for ; Thu, 22 Jul 2010 16:20:38 +0000 (UTC) Received: from ham (range-147-6.vpn.htwm.de [141.55.147.6]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPSA id F178A1B428A for ; Thu, 22 Jul 2010 16:20:36 +0000 (UTC) Date: Thu, 22 Jul 2010 18:20:29 +0200 From: Thomas Beierlein To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Fw: [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.0.2-r2.ebuild ChangeLog Message-ID: <20100722182029.145a15bb@ham> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.9; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: cd7a47b3-37d2-4d8f-9f91-da646e00951e X-Archives-Hash: 9c3be046cd925cbd307e9f8de2532c5d Did not see the mail here and replied only with p.m. to darkside. So please find here teh attached copy to keep the discussion on the right list. Thomas. Begin forwarded message: Date: Thu, 22 Jul 2010 18:07:40 +0200 From: Thomas Beierlein To: Jeremy Olexa Subject: Re: [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.0.2-r2.ebuild ChangeLog On Thu, 22 Jul 2010 10:57:32 -0500 Jeremy Olexa wrote: > On Thu, 22 Jul 2010 15:48:51 +0000 (UTC), "Thomas Beierlein (tomjbe)" > wrote: > > > > elif [[ "${dbnum}" -gt 1 ]]; then > > eerror > > eerror "You have set ${P} to use multiple > > database types." eerror "I don't know which to set as the default!" > > eerror "You can > > use /etc/portage/package.use to set per-package USE flags" eerror > > "Set it so only one database type, mysql, postgres, sqlite3" eerror > > die "Multiple database types selected." > > Hello Thomas, > I've just noticed this code snippet. Please don't die here, instead > pick a default if there are conflicting choices in USE. > > For reference, please see "Conflicting USE Flags" section on this > page, > http://devmanual.gentoo.org/general-concepts/use-flags/index.html > > Thanks, > Jeremy Hi Jeremy, thanks for pointing it out. That is old heritage from former maintainer. I tried to fix the ebuild step by step and that was atm not on my 'urgent' list :). So maybe as sqlite3 use flag is default now. I should also default to that database here. Regards, Thomas.