diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-23 11:49:24 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-23 11:49:45 -0400 |
commit | 3dcc299290d33f4bd4b5937d96ff3a216d31a86c (patch) | |
tree | 03630d5e88be79fa3f63f5bd9f9c6d69efd5cac7 /dev-libs/beecrypt | |
parent | games-action/openlierox: Drop myself as a maintainer (diff) | |
download | gentoo-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.ebuild | 2 |
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 |