diff options
author | 2015-03-24 02:32:36 +0000 | |
---|---|---|
committer | 2015-03-24 02:32:36 +0000 | |
commit | 125dc41299390bc2e326c8faba402ac5df2e3e58 (patch) | |
tree | 18b39828aa04345cfa3de3040de7b870c68a60c7 /gnome-extra/evolution-data-server | |
parent | Version bump. (diff) | |
download | gentoo-2-125dc41299390bc2e326c8faba402ac5df2e3e58.tar.gz gentoo-2-125dc41299390bc2e326c8faba402ac5df2e3e58.tar.bz2 gentoo-2-125dc41299390bc2e326c8faba402ac5df2e3e58.zip |
Fix kerberos libs detection on on SYMLINK_LIB=no (bug #543794, thanks to Georgi Georgiev).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'gnome-extra/evolution-data-server')
-rw-r--r-- | gnome-extra/evolution-data-server/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index efc378e3dddb..654f4a815d95 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.412 2015/03/15 13:25:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.413 2015/03/24 02:32:36 tetromino Exp $ + + 24 Mar 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + evolution-data-server-3.12.11.ebuild: + Fix kerberos libs detection on on SYMLINK_LIB=no (bug #543794, thanks to + Georgi Georgiev). 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> evolution-data-server-3.12.11.ebuild: diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild index 3e271183d7a8..74153d2db66c 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild,v 1.3 2015/03/15 13:25:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild,v 1.4 2015/03/24 02:32:36 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -99,6 +99,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) \ |