commit: e420e863b5bf2e6f00b79acdbad3d6d191484eb1 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 17:11:39 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 27 17:11:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e420e863
profiles, s390: move assembler mask of openssl-3.3.1 to s390x (s390 is unaffected???) Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/s390/package.use.mask | 4 ---- profiles/arch/s390/s390x/package.use.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index f0828df57340..4c7d8026ed71 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Andreas K. Hüttel <[email protected]> (2024-07-27) -# Once again, assembler is broken (too high baseline) -=dev-libs/openssl-3.3* asm - # Michał Górny <[email protected]> (2024-07-24) # Full testing requires www-client/firefox. dev-python/selenium test-rust diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask index 2db48ad88c12..56e0148ca364 100644 --- a/profiles/arch/s390/s390x/package.use.mask +++ b/profiles/arch/s390/s390x/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2024-07-27) +# Once again, assembler is broken (too high baseline) +=dev-libs/openssl-3.3* asm + # Michał Górny <[email protected]> (2022-06-18) # media-libs/librsvg not keyworded yet. media-libs/freetype svg
