diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-09-29 10:59:11 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-09-29 10:59:11 +0100 |
commit | 173ac230609fd39211aac88bcce4cdaab2a3142a (patch) | |
tree | e63fc86aba155f86539898ee7b46a35198fc1343 | |
parent | Import locally defined use flags for servers and add sqlite for python (fail2... (diff) | |
download | portage-173ac230609fd39211aac88bcce4cdaab2a3142a.tar.bz2 portage-173ac230609fd39211aac88bcce4cdaab2a3142a.tar.xz portage-173ac230609fd39211aac88bcce4cdaab2a3142a.zip |
Wildcard not support, focus on crmsh cos parallax
-rw-r--r-- | profiles/base/server/package.use | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/base/server/package.use b/profiles/base/server/package.use index 13c5119..a36c27e 100644 --- a/profiles/base/server/package.use +++ b/profiles/base/server/package.use @@ -17,5 +17,6 @@ sys-cluster/netfs server client sys-devel/clang static-analyzer sys-kernel/linux-firmware savedconfig -*/* PYTHON_TARGETS: -* python3_9 -*/* PYTHON_SINGLE_TARGET: -* python3_9 +# Cos dev-python/parallax +sys-cluster/crmsh PYTHON_TARGETS: -* python3_9 +sys-cluster/crmsh PYTHON_SINGLE_TARGET: -* python3_9 |