summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-10-23 11:49:24 -0400
committerMike Gilbert <floppym@gentoo.org>2016-10-23 11:49:45 -0400
commit3dcc299290d33f4bd4b5937d96ff3a216d31a86c (patch)
tree03630d5e88be79fa3f63f5bd9f9c6d69efd5cac7 /dev-libs/beecrypt
parentgames-action/openlierox: Drop myself as a maintainer (diff)
downloadgentoo-3dcc299290d33f4bd4b5937d96ff3a216d31a86c.tar.gz
gentoo-3dcc299290d33f4bd4b5937d96ff3a216d31a86c.tar.bz2
gentoo-3dcc299290d33f4bd4b5937d96ff3a216d31a86c.zip
dev-libs/beecrypt: add missing 'use'
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/beecrypt')
-rw-r--r--dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
index fe156b42d499..e0bf957fa4c0 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