commit: 3dcc299290d33f4bd4b5937d96ff3a216d31a86c
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 15:49:24 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 15:49:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcc2992
dev-libs/beecrypt: add missing 'use'
Package-Manager: portage-2.3.2
dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
index fe156b4..e0bf957 100644
--- a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
+++ b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
@@ -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