mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-libs/beecrypt: add missing 'use'
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -82,7 +82,7 @@ src_test() {
|
||||
src_install() {
|
||||
default
|
||||
|
||||
if python; then
|
||||
if use python; then
|
||||
rm -f "${D%/}$(python_get_sitedir)"/_bc.*a || die
|
||||
fi
|
||||
if ! use static-libs; then
|
||||
|
||||
Reference in New Issue
Block a user