From 262223ac7bc92ccc5f8cc736a47bd8b8138bf701 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 23 Sep 2016 23:54:58 +0300 Subject: app-crypt/gpgme: cleanup common-lisp Package-Manager: portage-2.2.28 --- app-crypt/gpgme/gpgme-1.7.0.ebuild | 5 ++--- 1 file 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 41ebf7059ab..2d507d5aa42 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" } -- cgit v1.2.1