commit: b19690cbec11f792c95b824163c373453472471e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Jan 7 20:34:13 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Jan 7 20:34:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19690cb
profiles: update the comment for "firebird" and "oci8" in base/use.mask. profiles/base/use.mask | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 7a3ed4f..52ccace 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michael Orlitzky <[email protected]> (7 Jan 2017) +# The dev-db/firebird and dev-db/oracle-instantclient* packages +# only support amd64 and x86. +firebird +oci8 + # Michael Palimaka <[email protected]> (29 Dec 2016) # elogind support is not yet fully implemented in all required packages elogind @@ -264,13 +270,6 @@ fdftk aqua coreaudio -# Diego Pettenò <[email protected]> (4 Jan 2007) -# Mask the flags for PHP that are available only on x86 -# -# Shared with amd64 -oci8 -firebird - # Robert Buchholz <[email protected]> (03 Jun 2007) # Only works on x86 or amd64 lcd_devices_svga
