commit: 75e99ec3eb524cd6f126e7d815301b88a170d607 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Jan 7 20:19:29 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Jan 7 20:19:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e99ec3
profiles: drop unused global "frontbase" USE flag. profiles/arch/x86/use.mask | 2 +- profiles/base/use.mask | 2 +- profiles/use.desc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index e9c6177..405a760 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -192,7 +192,7 @@ video_cards_newport # Diego Pettenò <[email protected]> (4 Jan 2007) # Unmask the flags for PHP that are available only on x86 --frontbase +# # Shared with amd64 -oci8 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 549162d..7a3ed4f 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -266,7 +266,7 @@ coreaudio # Diego Pettenò <[email protected]> (4 Jan 2007) # Mask the flags for PHP that are available only on x86 -frontbase +# # Shared with amd64 oci8 firebird diff --git a/profiles/use.desc b/profiles/use.desc index c566216..c540b4f 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -104,7 +104,6 @@ foomaticdb - Add support for the foomatic printing driver database fortran - Add support for fortran freetds - Add support for the TDS protocol to connect to MSSQL/Sybase databases freewnn - Add support for FreeWnn kana to kanji conversion engine -frontbase - Add support for the frontbase sql server ftp - Add FTP (File Transfer Protocol) support gcj - Enable building with gcj (The GNU Compiler for the Javatm Programming Language) gd - Add support for media-libs/gd (to generate graphics on the fly)
