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 1SPDR2-0006Uv-D1 for garchives@archives.gentoo.org; Tue, 01 May 2012 13:48:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF36E06F4; Tue, 1 May 2012 13:47:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7752EE06F4 for ; Tue, 1 May 2012 13:47:59 +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 C52B41B4066 for ; Tue, 1 May 2012 13:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86DACE5403 for ; Tue, 1 May 2012 13:47:57 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1335880048.45e6b01b956a8fd884d73b46381257b1a1d2912f.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/policycoreutils/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild X-VCS-Directories: sys-apps/policycoreutils/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 45e6b01b956a8fd884d73b46381257b1a1d2912f X-VCS-Branch: master Date: Tue, 1 May 2012 13:47:57 +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: e2388c96-1ed8-4fcb-9fbd-931e7fa30198 X-Archives-Hash: 77c8a11c4f3ef5ee5df5beefc419003c commit: 45e6b01b956a8fd884d73b46381257b1a1d2912f Author: Sven Vermeulen siphos be> AuthorDate: Tue May 1 13:47:28 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue May 1 13:47:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D45e6b01b Update manifest, wrong patch --- .../policycoreutils-2.1.10-r3.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild b/= sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild index ee7ca71..3dd1c4a 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild @@ -26,6 +26,7 @@ SRC_URI=3D"http://userspace.selinuxproject.org/releases= /20120216/${P}.tar.gz http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.= 1.10-fix-nodbus_or_libcg.patch.gz http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.= 1.10-fix-rlpkg-python3.patch.gz http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.= 1.10-seobject-python3.patch.gz + http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.= 1.10-semanage-python3.patch.gz mirror://gentoo/policycoreutils-2.0.85-python3.tar.gz mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" =20 @@ -89,6 +90,7 @@ src_prepare() { cp "${WORKDIR}/audit2allow" "${S}/audit2allow/audit2allow" || die "fail= ed to copy audit2allow" # Further patching for python3 support epatch "${DISTDIR}/policycoreutils-2.1.10-seobject-python3.patch.gz" + epatch "${DISTDIR}/policycoreutils-2.1.10-semanage-python3.patch.gz" # Fix rlpkg for python3 support cd "${S2}"; epatch "${DISTDIR}/policycoreutils-2.1.10-fix-rlpkg-python3.patch.gz"