Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4.ebuild
Date: Sun, 02 Aug 2009 05:19:43
Message-Id: E1MXTTx-0008Jy-NU@stork.gentoo.org
1 arfrever 09/08/02 05:19:41
2
3 Modified: PyQt4-4.5.4.ebuild
4 Log:
5 Fix typo.
6 (Portage version: 13874-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/PyQt4/PyQt4-4.5.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild?r1=1.2&r2=1.3
14
15 Index: PyQt4-4.5.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- PyQt4-4.5.4.ebuild 2 Aug 2009 05:17:58 -0000 1.2
22 +++ PyQt4-4.5.4.ebuild 2 Aug 2009 05:19:41 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild,v 1.2 2009/08/02 05:17:58 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild,v 1.3 2009/08/02 05:19:41 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -93,7 +93,7 @@
32 $(pyqt4_use_enable webkit QtWebKit)
33 $(pyqt4_use_enable xmlpatterns QtXmlPatterns)"
34 echo ${myconf}
35 - ${myconf} || exit 1
36 + ${myconf} || return 1
37
38 # Fix insecure runpath.
39 if use X ; then