Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604988 - arch/x86/use.mask: update entry for "-oci8"
Summary: arch/x86/use.mask: update entry for "-oci8"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Developers for the x86 Architecture
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-07 20:50 UTC by Michael Orlitzky
Modified: 2018-01-14 02:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
0001-profiles-consolidate-Oracle-unmask-entries-in-arch-x.patch (0001-profiles-consolidate-Oracle-unmask-entries-in-arch-x.patch,1.69 KB, patch)
2018-01-13 19:00 UTC, Michael Orlitzky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2017-01-07 20:50:53 UTC
In arch/x86/use.mask, we still have

  # Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007)
  # Unmask the flags for PHP that are available only on x86
  #
  # Shared with amd64
  -oci8

PHP no longer uses that flag, so to avoid confusion, the "oci8" entry should probably be moved alongside,

  # Unmask dev-db/oracle-instantclient-basic support
  -oci8-instant-client
  -oracle
Comment 1 Michael Orlitzky gentoo-dev 2018-01-13 19:00:44 UTC
Created attachment 514698 [details, diff]
0001-profiles-consolidate-Oracle-unmask-entries-in-arch-x.patch

Proposed patch. If no one tells me not to do this after a while, I'll go ahead. There should be no visible change, this only gets rid of the outdated dev-lang/php mention.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-14 02:44:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d232fdd0a3e616e2e212d79dfd160c6ddc5aa29e

commit d232fdd0a3e616e2e212d79dfd160c6ddc5aa29e
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2018-01-13 18:54:25 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2018-01-14 02:43:10 +0000

    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(-)