Skip to content

Commit

Permalink
pyinstaller: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Dec 13, 2024
1 parent d664dec commit a3de699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
leak-detector? ( dev-libs/boehm-gc )
clang? ( sys-devel/clang )
clang? ( llvm-core/clang )
!clang? ( sys-devel/gcc )"

src_install() {
Expand Down

0 comments on commit a3de699

Please sign in to comment.