mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
profiles: Set use flags for dev-lang/python-oem
This is a thing that needs to be done just this once. The necessary modifications to the python-oem ebuild will be done in follow-up commit, that can be later cherry-picked if we update the package again.
This commit is contained in:
parent
c34577a86a
commit
8e045df98d
@ -26,3 +26,4 @@ sys-libs/glibc -crypt
|
||||
|
||||
# We don't use pip.
|
||||
dev-lang/python ensurepip
|
||||
dev-lang/python-oem ensurepip
|
||||
|
@ -7,6 +7,10 @@ app-editors/vim minimal -crypt
|
||||
# minimal: Don't pull app-vim/gentoo-syntax
|
||||
app-editors/vim-core minimal
|
||||
dev-lang/python gdbm
|
||||
|
||||
# Disable everything for python-oem except of build and xml
|
||||
dev-lang/python-oem -bluetooth build -ensurepip -examples -gdbm -hardened -libedit -lto -ncurses -pgo -readline -sqlite -ssl -test -tk -valgrind xml
|
||||
|
||||
dev-libs/dbus-glib tools
|
||||
dev-libs/elfutils -utils
|
||||
dev-libs/openssl pkcs11
|
||||
|
Loading…
Reference in New Issue
Block a user