commit: 9a9c79212938e668437f9701ff65e69b98b0d502 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 17:31:46 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 17:32:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9c7921
profiles: Exempt jaraco-text from default USE=cli on Linux Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use index a283c16b146c..3160a1b7e5ac 100644 --- a/profiles/default/linux/package.use +++ b/profiles/default/linux/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2023-07-08) +# This requires Rust and is barely needed by anyone, override make.defaults +dev-python/jaraco-text -cli + # Mike Gilbert <[email protected]> (2017-10-29) # Override default from make.defaults, bug 635822. net-libs/mbedtls -zlib
