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 6B6A813800E for ; Wed, 8 Aug 2012 20:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD8E0830; Wed, 8 Aug 2012 20:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A07BE0830 for ; Wed, 8 Aug 2012 20:00:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D67A41B4010 for ; Wed, 8 Aug 2012 20:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 84010E5439 for ; Wed, 8 Aug 2012 20:00:35 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1344455968.c7da80fc79add727e6f7ae82f3604c3cb76839d4.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-libs/libselinux/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/libselinux/libselinux-2.1.9-r2.ebuild X-VCS-Directories: sys-libs/libselinux/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c7da80fc79add727e6f7ae82f3604c3cb76839d4 X-VCS-Branch: master Date: Wed, 8 Aug 2012 20:00:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24e75d8f-3f5d-4142-a285-c25904977f7e X-Archives-Hash: 7e883ef591d1d67f7754fff1b343dbb6 commit: c7da80fc79add727e6f7ae82f3604c3cb76839d4 Author: Sven Vermeulen siphos be> AuthorDate: Wed Aug 8 19:59:28 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Aug 8 19:59:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=c7da80fc Fix #429456 thanks to Arfrever for the ebuild patch --- sys-libs/libselinux/libselinux-2.1.9-r2.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libselinux/libselinux-2.1.9-r2.ebuild b/sys-libs/libselinux/libselinux-2.1.9-r2.ebuild index 5e3ee43..2824ea1 100644 --- a/sys-libs/libselinux/libselinux-2.1.9-r2.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.9-r2.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_DEPEND="python? *" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython *-pypy-* 2.5 2.6" +RESTRICT_PYTHON_ABIS="2.5 *-jython *-pypy-*" USE_RUBY="ruby18" RUBY_OPTIONAL="yes" @@ -59,7 +59,7 @@ src_compile() { if use python; then python_copy_sources src building() { - emake CC="$(tc-getCC)" PYLIBVER="python$(python_get_version)" PYPREFIX="python-$(python_get_version)" LDFLAGS="-fPIC ${LDFLAGS}" pywrap + emake CC="$(tc-getCC)" PYINC="-I$(python_get_includedir)" PYTHONLIBDIR="$(python_get_library -l)" PYPREFIX="python-$(python_get_version)" LDFLAGS="-fPIC ${LDFLAGS}" pywrap } python_execute_function -s --source-dir src building fi