diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-04-21 10:58:40 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-04-21 11:11:49 -0400 |
commit | 90806812741a118f53e94c5789c3c983f6ea83ee (patch) | |
tree | 16f897c7181cebf3c418f35b2d1503b2d410c0e0 /profiles | |
parent | sys-block/blktrace: missing doc dep (diff) | |
download | gentoo-90806812741a118f53e94c5789c3c983f6ea83ee.tar.gz gentoo-90806812741a118f53e94c5789c3c983f6ea83ee.tar.bz2 gentoo-90806812741a118f53e94c5789c3c983f6ea83ee.zip |
profiles/arch/amd64: un-unmask USE=oci8-instant-client on amd64
This flag controls Oracle support in PHP, but our oracle ebuilds are no
longer multilib and PHP can't detect it (at least on amd64, bugs 928312
and 930141). Upstream has stopped supporting this extension anyway so
it does not have a long life expectancy even on x86.
Bug: https://bugs.gentoo.org/928312
Closes: https://bugs.gentoo.org/930141
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 8049967550c6..0e2bd0d771e1 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -60,7 +60,6 @@ # Michael Orlitzky <mjo@gentoo.org> (2018-01-07) # Oracle database stuff should work on amd64. -oci8 --oci8-instant-client -oracle # Sven Wegener <swegener@gentoo.org> (2017-05-31) |