pesa 14/11/01 23:48:16 Modified: qt4-r2.eclass Log: Fix indentation.
Revision Changes Path 1.31 eclass/qt4-r2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?r1=1.30&r2=1.31 Index: qt4-r2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- qt4-r2.eclass 23 Jun 2014 08:53:48 -0000 1.30 +++ qt4-r2.eclass 1 Nov 2014 23:48:16 -0000 1.31 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.30 2014/06/23 08:53:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.31 2014/11/01 23:48:16 pesa Exp $ # @ECLASS: qt4-r2.eclass # @MAINTAINER: @@ -69,10 +69,10 @@ # # Example: # @CODE -# PATCHES=( -# "${FILESDIR}/mypatch.patch" -# "${FILESDIR}/mypatch2.patch" -# ) +# PATCHES=( +# "${FILESDIR}/mypatch.patch" +# "${FILESDIR}/mypatch2.patch" +# ) # @CODE # @FUNCTION: qt4-r2_src_unpack