diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-02 05:19:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-02 05:19:41 +0000 |
commit | 7ba3cfabf4715740677d3417c014763a53062cf7 (patch) | |
tree | 7452a91a4cd124f4da24867d7d2890eb7d5c2efb /dev-python | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-7ba3cfabf4715740677d3417c014763a53062cf7.tar.gz gentoo-2-7ba3cfabf4715740677d3417c014763a53062cf7.tar.bz2 gentoo-2-7ba3cfabf4715740677d3417c014763a53062cf7.zip |
Fix typo.
(Portage version: 13874-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.5.4.ebuild b/dev-python/PyQt4/PyQt4-4.5.4.ebuild index 752f487d7c20..bb2235f3efcf 100644 --- a/dev-python/PyQt4/PyQt4-4.5.4.ebuild +++ b/dev-python/PyQt4/PyQt4-4.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild,v 1.2 2009/08/02 05:17:58 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4.ebuild,v 1.3 2009/08/02 05:19:41 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -93,7 +93,7 @@ src_configure() { $(pyqt4_use_enable webkit QtWebKit) $(pyqt4_use_enable xmlpatterns QtXmlPatterns)" echo ${myconf} - ${myconf} || exit 1 + ${myconf} || return 1 # Fix insecure runpath. if use X ; then |