commit: 92942d558340cd682462863582831146e28e1da0 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 03:32:28 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 03:37:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92942d55
profiles/arch/amd64: re-un-unmask USE=oci8-instant-client on amd64 I originally did this in April of 2024, but it broke CI because two packages still needed it, dev-php/PEAR-MDB2_Driver_oci8 and net-analyzer/zabbix. The former was removed in commit fca1c08b, and the latter dropped oracle support in ca8b5ad7. Closes: https://bugs.gentoo.org/930141 Closes: https://bugs.gentoo.org/944349 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 da54cf9a7375..653012d0161f 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -64,7 +64,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)
