From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N2q4W-0004pJ-Jw for garchives@archives.gentoo.org; Tue, 27 Oct 2009 17:43:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BDA3E085A; Tue, 27 Oct 2009 17:43:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B993E085A for ; Tue, 27 Oct 2009 17:43:04 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B3886B405E for ; Tue, 27 Oct 2009 17:43:03 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N2q4V-00074C-6C for gentoo-commits@lists.gentoo.org; Tue, 27 Oct 2009 17:43:03 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde4-base.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: kde4-base.eclass X-VCS-Directories: eclass X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Tue, 27 Oct 2009 17:43:03 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8fa84fb8-678f-41f5-a4dd-a208cd944fa2 X-Archives-Hash: eef9bf882a47c84d9c61cf14965934a3 scarabeus 09/10/27 17:43:03 Modified: kde4-base.eclass Log: Fix variable name. Revision Changes Path 1.49 eclass/kde4-base.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-base.e= class?rev=3D1.49&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-base.e= class?rev=3D1.49&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-base.e= class?r1=3D1.48&r2=3D1.49 Index: kde4-base.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- kde4-base.eclass 27 Oct 2009 14:20:13 -0000 1.48 +++ kde4-base.eclass 27 Oct 2009 17:43:02 -0000 1.49 @@ -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/eclass/kde4-base.eclass,v 1.48 2009/1= 0/27 14:20:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.49 2009/1= 0/27 17:43:02 scarabeus Exp $ =20 # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -35,7 +35,7 @@ subversion_eclass=3D"subversion" fi =20 -inherit base ${cmake_utils} eutils ${subversion_eclass} +inherit base ${buildsystem_eclass} eutils ${subversion_eclass} =20 EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_pos= tinst pkg_postrm =20