dev-libs/beecrypt: add missing 'use'

Package-Manager: portage-2.3.2
This commit is contained in:
Mike Gilbert
2016-10-23 11:49:24 -04:00
parent 7e05143242
commit 3dcc299290

View File

@@ -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