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 1QKcZ3-0005UY-M9 for garchives@archives.gentoo.org; Thu, 12 May 2011 20:32:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66DB1C06E; 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 83F711C069 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 B22121B405A for ; Thu, 12 May 2011 20:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 22A4E80507 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: <628ff47c35584f7a8bcd9619b872900fee1629a0.mschiff@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksnapshot/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/ksnapshot/ksnapshot-4.6.9999.ebuild X-VCS-Directories: kde-base/ksnapshot/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 628ff47c35584f7a8bcd9619b872900fee1629a0 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: 4de78d9660180f5c43a97612ee872461 commit: 628ff47c35584f7a8bcd9619b872900fee1629a0 Author: Marc Schiffbauer schiffbauer net> AuthorDate: Thu May 12 20:13:28 2011 +0000 Commit: Marc Schiffbauer schiffbauer net> CommitDate: Thu May 12 20:13:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D628ff47c [kde-base/ksnapshot] fix 4.6.9999 ebuild --- kde-base/ksnapshot/ksnapshot-4.6.9999.ebuild | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/kde-base/ksnapshot/ksnapshot-4.6.9999.ebuild b/kde-base/ksna= pshot/ksnapshot-4.6.9999.ebuild index 03561a1..db0ff8b 100644 --- a/kde-base/ksnapshot/ksnapshot-4.6.9999.ebuild +++ b/kde-base/ksnapshot/ksnapshot-4.6.9999.ebuild @@ -5,8 +5,14 @@ EAPI=3D4 =20 KDE_HANDBOOK=3D"optional" -KMNAME=3D"kdegraphics" -inherit kde4-meta +KDE_SCM=3D"git" +if [[ ${PV} =3D=3D *9999 ]]; then + kde_eclass=3D"kde4-base" +else + KMNAME=3D"kdegraphics" + kde_eclass=3D"kde4-meta" +fi +inherit ${kde_eclass} =20 DESCRIPTION=3D"KDE Screenshot Utility" KEYWORDS=3D"" @@ -24,5 +30,5 @@ src_configure() { $(cmake-utils_use_with kipi) ) =20 - kde4-meta_src_configure + ${kde_eclass}_src_configure }