diff options
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild | 3 |
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 |