commit: 262223ac7bc92ccc5f8cc736a47bd8b8138bf701
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 20:54:58 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 20:55:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262223ac
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 41ebf70..2d507d5 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"
}