commit: e6d1f1653d083059e02783aff8d60d68843f60d9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 12 04:38:03 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 16:31:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d1f165
profiles/arch/hppa: stable-mask USE=ldap, USE=openldap Unlikely that anybody wants to use net-nds/openldap on hppa & often has platform-specific bugs. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.use.stable.mask | 6 ++++++ profiles/arch/hppa/use.stable.mask | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 6a5a44bf9a60..5c5c09129bd3 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-07-02) +# Unlikely that anybody wants to use net-nds/openldap on hppa & often has +# platform-specific bugs. +dev-libs/cyrus-sasl openldap +app-crypt/mit-krb5 openldap + # Arthur Zamarin <[email protected]> (2022-12-18) # Unstable test dependencies dev-util/pkgdev test diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index cc3e1b11d81b..1d147f0b5dc4 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James <[email protected]> (2023-07-02) +# Unlikely that anybody wants to use net-nds/openldap on hppa & often has +# platform-specific bugs. +ldap + # Rolf Eike Beer <[email protected]> (2021-11-12) # dev-libs/nspr and dev-libs/nss are not stable on hppa nss
