commit: 55410c7a045f1d1f3f3ce25a0402d8dc3e4e04fc Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Nov 29 09:23:32 2023 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 21:12:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55410c7a
profiles: deprecate dev-libs/hyperscan Closes: https://github.com/gentoo/gentoo/pull/33987 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> profiles/package.deprecated | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 2adcaa0e42a5..8eab684869d3 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Petr Vaněk <[email protected]> (2023-10-26) +# dev-libs/hyperscan upstream is inactive [1], please switch to more portable, +# drop-in replacement dev-libs/vectorscan. dev-libs/hyperscan will be +# last-rited when all its revdeps are gone. +# [1] https://github.com/intel/hyperscan/issues/421 +dev-libs/hyperscan + # Matt Whitlock <[email protected]> (2023-10-24) # Transitional meta packages. Please update dependencies: # dev-util/bitcoin-tx -> net-p2p/bitcoin-core
