commit:     17093da05e321e4afaeef1d9cd26c118bcd2c8b2
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 22:34:38 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 22:35:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17093da0

app-crypt/mit-krb5: delete local lib code to guarantee system usage

These libs are already pulled from the system, but delete the source
just to guarantee we don't accidentally regress in the future.

 app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild
index 4a050dd..9e30788 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild
@@ -59,6 +59,10 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch"
        epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch"
 
+       # Make sure we always use the system copies.
+       rm -rf util/{et,ss,verto}
+       sed -i 's:^[[:space:]]*util/verto$::' configure.in || die
+
        eautoreconf
 }
 

Reply via email to