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 1QKcZ5-0005Uw-EQ for garchives@archives.gentoo.org; Thu, 12 May 2011 20:32:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67391C071; Thu, 12 May 2011 20:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A56EB1C069 for ; Thu, 12 May 2011 20:32:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36DEB1B406E for ; Thu, 12 May 2011 20:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9E9F480505 for ; Thu, 12 May 2011 20:32:30 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <8c13bb3a9419d41dae69c6270802f979a6de506b.mschiff@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kstars/kstars-9999.ebuild X-VCS-Directories: kde-base/kstars/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 8c13bb3a9419d41dae69c6270802f979a6de506b Date: Thu, 12 May 2011 20:32:30 +0000 (UTC) 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: X-Archives-Hash: f00097a9eaa5e81c3a690872a0d8d084 commit: 8c13bb3a9419d41dae69c6270802f979a6de506b Author: Marc Schiffbauer schiffbauer net> AuthorDate: Thu May 12 20:27:15 2011 +0000 Commit: Marc Schiffbauer schiffbauer net> CommitDate: Thu May 12 20:27:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D8c13bb3a [kde-base/kstars] kde-meta_src_configure -> ${kde_eclass}_src_configure --- kde-base/kstars/kstars-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde-base/kstars/kstars-9999.ebuild b/kde-base/kstars/kstars-= 9999.ebuild index a3b5c6e..69e3bb8 100644 --- a/kde-base/kstars/kstars-9999.ebuild +++ b/kde-base/kstars/kstars-9999.ebuild @@ -39,5 +39,5 @@ src_configure() { $(cmake-utils_use_with indi) ) =20 - kde4-meta_src_configure + ${kde_eclass}_src_configure }