diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-09-23 23:54:58 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-09-23 23:55:17 +0300 |
commit | 262223ac7bc92ccc5f8cc736a47bd8b8138bf701 (patch) | |
tree | afafa106b74bee5d9b62047589fc7c501d91730a /app-crypt/gpgme | |
parent | dev-lang/python: LC_COLLATE=C (diff) | |
download | gentoo-262223ac7bc92ccc5f8cc736a47bd8b8138bf701.tar.gz gentoo-262223ac7bc92ccc5f8cc736a47bd8b8138bf701.tar.bz2 gentoo-262223ac7bc92ccc5f8cc736a47bd8b8138bf701.zip |
app-crypt/gpgme: cleanup common-lisp
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.7.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild index 41ebf7059ab3..2d507d5aa42e 100644 --- a/app-crypt/gpgme/gpgme-1.7.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild @@ -43,7 +43,8 @@ src_prepare() { } src_configure() { - local languages=( "cl" ) + local languages=() + use common-lisp && languages+=( "cl" ) use cxx && languages+=( "cpp" ) if use qt5; then languages+=( "qt" ) @@ -60,6 +61,4 @@ src_configure() { src_install() { default prune_libtool_files - - use common-lisp || rm -fr "${ED}usr/share/common-lisp" } |