projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf78386
)
app-crypt/gpgme: cleanup common-lisp
author
Alon Bar-Lev
<alonbl@gentoo.org>
Fri, 23 Sep 2016 20:54:58 +0000
(23:54 +0300)
committer
Alon Bar-Lev
<alonbl@gentoo.org>
Fri, 23 Sep 2016 20:55:17 +0000
(23:55 +0300)
Package-Manager: portage-2.2.28
app-crypt/gpgme/gpgme-1.7.0.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/gpgme/gpgme-1.7.0.ebuild
b/app-crypt/gpgme/gpgme-1.7.0.ebuild
index 41ebf7059ab3e6be9993cc6c179a6aabaaa4f76d..2d507d5aa42e930ad4b499b2ae4f0fd94cee90d2 100644
(file)
--- 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"
}