commit: 4f0bd28d046f50be8634b7b9581827c054ba799a
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 05:47:05 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 05:47:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0bd28d
app-crypt/gpgme: remove include file slot
Package-Manager: portage-2.3.0
app-crypt/gpgme/{gpgme-1.7.1.ebuild => gpgme-1.7.1-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-crypt/gpgme/gpgme-1.7.1.ebuild
b/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild
similarity index 92%
rename from app-crypt/gpgme/gpgme-1.7.1.ebuild
rename to app-crypt/gpgme/gpgme-1.7.1-r1.ebuild
index de6760d..6a9c547 100644
--- a/app-crypt/gpgme/gpgme-1.7.1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild
@@ -63,7 +63,6 @@ src_configure() {
fi
econf \
- --includedir="${EPREFIX}/usr/include/gpgme" \
--enable-languages="${languages[*]}" \
$(use_enable static-libs static)
@@ -81,4 +80,9 @@ src_install() {
default
do_python
prune_libtool_files
+
+ # backward compatibility for gentoo
+ # in the past we had slots
+ dodir /usr/include/gpgme
+ dosym ../gpgme.h /usr/include/gpgme/gpgme.h
}