Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde-functions.eclass
Date: Thu, 27 Sep 2007 20:34:10
Message-Id: E1IazvR-0006Y4-23@stork.gentoo.org
1 philantrop 07/09/27 20:25:33
2
3 Modified: kde-functions.eclass
4 Log:
5 The buildsycoca function has been working fine for ~arch for almost 17 months now. Time to allow it to run for stable, too.
6
7 Revision Changes Path
8 1.158 eclass/kde-functions.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-functions.eclass?rev=1.158&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-functions.eclass?rev=1.158&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-functions.eclass?r1=1.157&r2=1.158
13
14 Index: kde-functions.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v
17 retrieving revision 1.157
18 retrieving revision 1.158
19 diff -u -r1.157 -r1.158
20 --- kde-functions.eclass 19 Aug 2007 07:40:38 -0000 1.157
21 +++ kde-functions.eclass 27 Sep 2007 20:25:32 -0000 1.158
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.157 2007/08/19 07:40:38 philantrop Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.158 2007/09/27 20:25:32 philantrop Exp $
27 #
28 # Author Dan Armak <danarmak@g.o>
29 #
30 @@ -896,7 +896,7 @@
31 [[ $EBUILD_PHASE != postinst ]] && [[ $EBUILD_PHASE != postrm ]] && \
32 die "buildsycoca() has to be calles in pkg_postinst() and pkg_postrm()."
33
34 - if [[ -x ${KDEDIR}/bin/kbuildsycoca ]] && [[ -z ${ROOT} || ${ROOT} == "/" ]] && has "~${ARCH}" "${ACCEPT_KEYWORDS}"; then
35 + if [[ -x ${KDEDIR}/bin/kbuildsycoca ]] && [[ -z ${ROOT} || ${ROOT} == "/" ]] ; then
36 # First of all, make sure that the /usr/share/services directory exists
37 # and it has the right permissions
38 mkdir -p /usr/share/services
39
40
41
42 --
43 gentoo-commits@g.o mailing list