grobian     15/06/14 17:45:23

  Modified:             ca-certificates-20141019.3.19.ebuild ChangeLog
  Log:
  Don't use EROOT at ROOT for invocation to ca-certificates not to get a double 
EPREFIX
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  
app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?r1=1.1&r2=1.2

Index: ca-certificates-20141019.3.19.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ca-certificates-20141019.3.19.ebuild        12 May 2015 07:01:05 -0000      
1.1
+++ ca-certificates-20141019.3.19.ebuild        14 Jun 2015 17:45:23 -0000      
1.2
@@ -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/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v
 1.1 2015/05/12 07:01:05 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v
 1.2 2015/06/14 17:45:23 grobian Exp $
 
 # The Debian ca-certificates package merely takes the CA database as it exists
 # in the nss package and repackages it for use by openssl.
@@ -171,7 +171,7 @@
                # to include their stuff in the db.
                # However it's too overzealous when the user has custom certs 
in place.
                # --fresh is to clean up dangling symlinks
-               "${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
+               "${EROOT}"/usr/sbin/update-ca-certificates --root "${ROOT}"
        fi
 
        local c badcerts=0



1.117                app-misc/ca-certificates/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.117&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.117&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   12 May 2015 07:01:05 -0000      1.116
+++ ChangeLog   14 Jun 2015 17:45:23 -0000      1.117
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ca-certificates
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.116 
2015/05/12 07:01:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.117 
2015/06/14 17:45:23 grobian Exp $
+
+  14 Jun 2015; Fabian Groffen <[email protected]>
+  ca-certificates-20141019.3.19.ebuild:
+  Don't use EROOT at ROOT for invocation to ca-certificates not to get a double
+  EPREFIX
 
 *ca-certificates-20141019.3.19 (12 May 2015)
 




Reply via email to