diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2018-01-07 17:08:36 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2018-01-13 13:44:04 -0500 |
commit | 1a9cebc414bae9ae0ba0ff4963fb1fdf5c4f1d2e (patch) | |
tree | c4f12be79c9ba3403a7fb621201fbe5f2f3f9d8f /profiles | |
parent | dev-python/oslotest: only install man file if USE=doc (diff) | |
download | gentoo-1a9cebc414bae9ae0ba0ff4963fb1fdf5c4f1d2e.tar.gz gentoo-1a9cebc414bae9ae0ba0ff4963fb1fdf5c4f1d2e.tar.bz2 gentoo-1a9cebc414bae9ae0ba0ff4963fb1fdf5c4f1d2e.zip |
profiles: consolidate Oracle unmask entries in arch/amd64/use.mask.
There were two separate blocks in arch/amd64/use.mask unmasking flags
pertaining to the Oracle database stuff. One of them had an erroneous
(outdated) comment. This commit combines them both into one block at
the top of the file, and drops the obsolete comment about PHP.
Closes: https://bugs.gentoo.org/604990
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index caf8d15af3f0..c875bee78cda 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,12 @@ # SECTION: Unmask +# Michael Orlitzky <mjo@gentoo.org> (07 Jan 2018) +# Oracle database stuff should work on amd64. +-oci8 +-oci8-instant-client +-oracle + # Michael Palimaka <kensington@gentoo.org> (03 Jun 2017) # Unmask elogind since it is keyworded here. -elogind @@ -96,11 +102,6 @@ # Lilo works on amd64, so ... -lilo -# 2007/08/19 - Christoph Mende <angelos@gentoo.org> -# Unmask support for dev-db/oracle-instantclient-basic --oci8-instant-client --oracle - # 2007/03/10 - Mike Frysinger <vapier@gentoo.org> # NVRAM works on x86/amd64 hosts -nvram @@ -125,10 +126,6 @@ -video_cards_vmware -video_cards_qxl -# Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007) -# Unmask the flags for PHP that are available only on x86/amd64 --oci8 - # Feb 16th 2007; Simon Stelling <blubb@gentoo.org> # Since this profile forces >=portage-2.1.2, we can unmask all # SIMD assembler flags |