summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2009-08-02 01:56:27 +0000
committerChris PeBenito <pebenito@gentoo.org>2009-08-02 01:56:27 +0000
commit11c8e708c33fe721f4e3fc0c92546bb047d6a33d (patch)
tree3a8a1497b0fbb87a0bd4070cc86b9904c999d31b /sys-apps/policycoreutils
parentadd python_need_rebuild to libsemanage. (diff)
downloadgentoo-2-11c8e708c33fe721f4e3fc0c92546bb047d6a33d.tar.gz
gentoo-2-11c8e708c33fe721f4e3fc0c92546bb047d6a33d.tar.bz2
gentoo-2-11c8e708c33fe721f4e3fc0c92546bb047d6a33d.zip
add python_need_rebuild to policycoreutils.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r--sys-apps/policycoreutils/ChangeLog6
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild3
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog
index a969660b494d..0bec5e4c4aab 100644
--- a/sys-apps/policycoreutils/ChangeLog
+++ b/sys-apps/policycoreutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/policycoreutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.73 2009/08/02 01:25:55 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.74 2009/08/02 01:56:27 pebenito Exp $
+
+ 02 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
+ policycoreutils-2.0.55.ebuild, policycoreutils-2.0.69.ebuild:
+ Add python_need_rebuild.
*policycoreutils-2.0.69 (02 Aug 2009)
diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild
index ce8f817359e2..d65b9eccd7d1 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild,v 1.2 2009/07/22 13:20:53 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild,v 1.3 2009/08/02 01:56:27 pebenito Exp $
IUSE="nls"
@@ -76,6 +76,7 @@ src_compile() {
src_install() {
python_version
+ python_need_rebuild
einfo "Installing policycoreutils"
make DESTDIR="${D}" -C "${S}" PYLIBVER="python${PYVER}" AUDIT_LOG_PRIV=y install || die
diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild
index a5b4710a02bf..0da3456a8f82 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild,v 1.2 2009/08/02 01:27:47 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild,v 1.3 2009/08/02 01:56:27 pebenito Exp $
IUSE="nls"
@@ -76,6 +76,7 @@ src_compile() {
src_install() {
python_version
+ python_need_rebuild
einfo "Installing policycoreutils"
make DESTDIR="${D}" -C "${S}" PYLIBVER="python${PYVER}" AUDIT_LOG_PRIV=y install || die