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 1Qne0I-0001Ex-V8 for garchives@archives.gentoo.org; Sun, 31 Jul 2011 21:56:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA1321C06D; Sun, 31 Jul 2011 21:56:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16DF321C06D for ; Sun, 31 Jul 2011 21:56:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5945F1BC017 for ; Sun, 31 Jul 2011 21:56:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AEB1B3C006 for ; Sun, 31 Jul 2011 21:56:47 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" 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.7.49.9999.ebuild kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: e8b27e09d4c0c95b01e6831e06a68b3d42cfcaed Date: Sun, 31 Jul 2011 21:56:47 +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: 69107bd09a4388cc1d9a51be8743d4de commit: e8b27e09d4c0c95b01e6831e06a68b3d42cfcaed Author: Jonathan Callen gentoo org> AuthorDate: Sun Jul 31 21:56:36 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sun Jul 31 21:56:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3De8b27e09 [kde-base/pykde4] Fix call to python_merge_... --- kde-base/pykde4/pykde4-4.7.49.9999.ebuild | 2 +- kde-base/pykde4/pykde4-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/= pykde4-4.7.49.9999.ebuild index 3bc6ece..e1bbf35 100644 --- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild @@ -125,7 +125,7 @@ src_install() { } python_execute_function installation =20 - python_merge_intermediate_installation_images "${T}/images/${PYTHON_ABI= }" + python_merge_intermediate_installation_images "${T}/images" =20 # As we don't call the eclass's src_install, we have to install the doc= s manually DOCS=3D("${S}"/{AUTHORS,NEWS,README}) diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-= 9999.ebuild index 3bc6ece..e1bbf35 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -125,7 +125,7 @@ src_install() { } python_execute_function installation =20 - python_merge_intermediate_installation_images "${T}/images/${PYTHON_ABI= }" + python_merge_intermediate_installation_images "${T}/images" =20 # As we don't call the eclass's src_install, we have to install the doc= s manually DOCS=3D("${S}"/{AUTHORS,NEWS,README})