On Thu, 22 Jul 2010 15:48:51 +0000 (UTC), "Thomas Beierlein (tomjbe)" <tom...@gentoo.org> wrote: > <snip> > 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