commit:     c064992a943fbdb5fe54a660329ff47ad546d96a
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 02:26:40 2015 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 02:26:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c064992a

gnome-extra/evolution-data-server: fix kerberos libs detection on 
SYMLINK_LIB=no (bug #543794)

Thanks to Georgi Georgiev.

 gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild | 1 +
 gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
index 98e9497..eb6e477 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
@@ -114,6 +114,7 @@ src_configure() {
                $(use_enable introspection) \
                $(use_enable ipv6) \
                $(use_with kerberos krb5 "${EPREFIX}"/usr) \
+               $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
                $(use_with ldap openldap) \
                $(use_enable vala vala-bindings) \
                $(use_enable weather) \

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
index a12e5eb..316a74c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
@@ -109,6 +109,7 @@ src_configure() {
                $(use_enable introspection) \
                $(use_enable ipv6) \
                $(use_with kerberos krb5 "${EPREFIX}"/usr) \
+               $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
                $(use_with ldap openldap) \
                $(use_enable vala vala-bindings) \
                $(use_enable weather) \

Reply via email to