commit:     d6b96c6ae290ceaf5855f7b231bedc722f8a1051
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 11:37:53 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 05:03:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b96c6a

profiles: package.use.mask lapack for dev-python/numpy on m68k

Running lapack on a "calculator" is probably not the best idea,
and the only reason I'm currently attempting to keyword numpy in the
first place is to satisfy *test* dependencies.

Otherwise you get this:

    sys-apps/portage w/ USE=rsync-verify (default)
    - app-portage/gemato w/ USE=gpg (default)
     - dev-python/requests w/ FEATURES=test
      - dev-python/pytest-httpbin
       - dev-python/httpbin
        - dev-python/brotlipy w/ FEATURES=test
         - dev-python/hypothesis
          - dev-python/sortedcontainers w/ FEATURES=test
           - dev-python/pytest
            - dev-python/importlib_metadata
             - dev-python/zipp
              - dev-python/toml w/ FEATURES=test
               - dev-python/numpy w/ USE=lapack (optional)
                - virtual/cblas
                 - sci-libs/lapack w/ USE=eselect-ldso (optional)

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 profiles/arch/m68k/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 71c36d67aa7..aef014700d5 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Kent Fredric <[email protected]> (2020-10-19)
+# lapack and friends don't make much sense on m68k
+# and aren't keyworded
+dev-python/numpy lapack
+
 # Patrick McLean <[email protected]> (2020-02-15)
 # Mask until dev-libs/libfido2 is keyworded
 net-misc/openssh security-key

Reply via email to