diff options
-rw-r--r-- | net-misc/icaclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-12.1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index 2b143cc20ede..04290d663809 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icaclient # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.85 2012/08/01 22:08:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.86 2012/10/22 21:44:38 fauli Exp $ + + 22 Oct 2012; Christian Faulhammer <fauli@gentoo.org> icaclient-12.1.0.ebuild: + still use system's cacert, bug 435246 *icaclient-12.1.0 (01 Aug 2012) diff --git a/net-misc/icaclient/icaclient-12.1.0.ebuild b/net-misc/icaclient/icaclient-12.1.0.ebuild index 6af9bf59db30..f9ea1b2bdc5f 100644 --- a/net-misc/icaclient/icaclient-12.1.0.ebuild +++ b/net-misc/icaclient/icaclient-12.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.1.0.ebuild,v 1.1 2012/08/01 22:08:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.1.0.ebuild,v 1.2 2012/10/22 21:44:38 fauli Exp $ EAPI=4 @@ -142,6 +142,7 @@ src_install() { insinto "${ICAROOT}"/keyboard doins keyboard/* + rm -rf "${ICAROOT}"/keystore/cacerts dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts #insinto "${ICAROOT}"/keystore/cacerts #doins keystore/cacerts/* |