commit:     d232fdd0a3e616e2e212d79dfd160c6ddc5aa29e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 18:54:25 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 02:43:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d232fdd0

profiles: consolidate Oracle unmask entries in arch/x86/use.mask.

There were two separate blocks in arch/x86/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/604988

 profiles/arch/x86/use.mask | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 58f2fc383b6..61982cc07f4 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,12 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# Michael Orlitzky <[email protected]> (13 Jan 2018)
+# Oracle database stuff should work on x86.
+-oci8
+-oci8-instant-client
+-oracle
+
 # Michael Palimaka <[email protected]> (03 Jun 2017)
 # Unmask elogind since it is keyworded here.
 -elogind
@@ -120,10 +126,6 @@
 # Unmask nvidia XvMC support
 -nvidia
 
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
--oracle
-
 # Modular X: unmask for architectures on which they are available
 -input_devices_synaptics
 -input_devices_vmmouse
@@ -140,12 +142,6 @@
 -video_cards_virtualbox
 -video_cards_qxl
 
-# Diego Pettenò <[email protected]> (4 Jan 2007)
-# Unmask the flags for PHP that are available only on x86
-#
-# Shared with amd64
--oci8
-
 # Robert Buchholz <[email protected]> (03 Jun 2007)
 # Unmask as it works on x86
 -lcd_devices_svga

Reply via email to