From: Alon Bar-Lev Date: Wed, 19 Oct 2016 05:47:05 +0000 (+0300) Subject: app-crypt/gpgme: remove include file slot X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f0bd28d046f50be8634b7b9581827c054ba799a;p=gentoo.git app-crypt/gpgme: remove include file slot Package-Manager: portage-2.3.0 --- 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 de6760d1f844..6a9c547c7239 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 }