commit: 90806812741a118f53e94c5789c3c983f6ea83ee Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Apr 21 14:58:40 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Apr 21 15:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90806812
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 <AT> gentoo.org> profiles/arch/amd64/use.mask | 1 - 1 file changed, 1 deletion(-) 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 <[email protected]> (2018-01-07) # Oracle database stuff should work on amd64. -oci8 --oci8-instant-client -oracle # Sven Wegener <[email protected]> (2017-05-31)
