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 1Q8iv1-0002kw-Af for garchives@archives.gentoo.org; Sun, 10 Apr 2011 00:54:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D15761C005; Sun, 10 Apr 2011 00:54:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9FE741C005 for ; Sun, 10 Apr 2011 00:54:13 +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 A62D21B4084 for ; Sun, 10 Apr 2011 00:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F0BB980065 for ; Sun, 10 Apr 2011 00:54:11 +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: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.6.9999.ebuild kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: ab0a1aa7f5129660c542cad0f1e7d4d6f3a7113b Date: Sun, 10 Apr 2011 00:54:11 +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: c4e66a95eeb089342d23521365535b89 commit: ab0a1aa7f5129660c542cad0f1e7d4d6f3a7113b Author: Marc Schiffbauer schiffbauer net> AuthorDate: Sun Apr 10 00:48:26 2011 +0000 Commit: Marc Schiffbauer schiffbauer net> CommitDate: Sun Apr 10 00:53:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dab0a1aa7 [kde-base/pykde4] Equalize 9999 and 4.6.9999 --- kde-base/pykde4/pykde4-4.6.9999.ebuild | 7 ++++++- kde-base/pykde4/pykde4-9999.ebuild | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.6.9999.ebuild b/kde-base/pykde4/pyk= de4-4.6.9999.ebuild index 3c439b2..9b3eea3 100644 --- a/kde-base/pykde4/pykde4-4.6.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.6.9999.ebuild @@ -5,7 +5,12 @@ EAPI=3D3 =20 KMNAME=3D"kdebindings" -KMMODULE=3D"python/pykde4" +if [[ ${PV} !=3D *9999 ]]; then + KMMODULE=3D"python/pykde4" +else + # HACK HACK HACK + KMMODULE=3D"." +fi OPENGL_REQUIRED=3D"always" PYTHON_USE_WITH=3D"threads" RESTRICT_PYTHON_ABIS=3D"2.4" diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-= 9999.ebuild index d12111a..9b3eea3 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -5,7 +5,7 @@ EAPI=3D3 =20 KMNAME=3D"kdebindings" -if [[ ${PV} !=3D 9999 ]]; then +if [[ ${PV} !=3D *9999 ]]; then KMMODULE=3D"python/pykde4" else # HACK HACK HACK