From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76B0B138664 for ; Thu, 24 Jan 2013 22:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E88BE06B5; Thu, 24 Jan 2013 22:40:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A10B7E06B5 for ; Thu, 24 Jan 2013 22:40:32 +0000 (UTC) Received: from pomiocik.lan (77-254-91-27.adsl.inetia.pl [77.254.91.27]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id CF10B33DBB0; Thu, 24 Jan 2013 22:40:30 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH 2/2] Example use on dev-python/imaging. Date: Thu, 24 Jan 2013 23:40:49 +0100 Message-Id: <1359067249-28911-3-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1.1 In-Reply-To: <1359067249-28911-1-git-send-email-mgorny@gentoo.org> References: <1359067249-28911-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: 2f58ccf3-2914-4eec-98ff-0215834bfcd3 X-Archives-Hash: 9a56367b8ce7e402da627e49ed0e28be --- gx86/dev-python/imaging/imaging-1.1.7-r2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gx86/dev-python/imaging/imaging-1.1.7-r2.ebuild b/gx86/dev-python/imaging/imaging-1.1.7-r2.ebuild index 0e217a3..f2189b0 100644 --- a/gx86/dev-python/imaging/imaging-1.1.7-r2.ebuild +++ b/gx86/dev-python/imaging/imaging-1.1.7-r2.ebuild @@ -76,9 +76,7 @@ python_test() { } python_install() { - local incdir=$(python_get_includedir) - insinto "${incdir#${EPREFIX}}" - doins libImaging/{Imaging.h,ImPlatform.h} + python_doheader libImaging/{Imaging.h,ImPlatform.h} wrap_phase distutils-r1_python_install } -- 1.8.1.1