diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-07-17 08:03:06 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-07-17 08:03:06 +0000 |
commit | 7feff96277f8e93f40001dbfff47bf63cd6a6424 (patch) | |
tree | 3b99b1759eb060d8853e3e697d225f0cc922f6fb /sys-apps/policycoreutils | |
parent | Stable for x86, wrt bug #549540 (diff) | |
download | gentoo-2-7feff96277f8e93f40001dbfff47bf63cd6a6424.tar.gz gentoo-2-7feff96277f8e93f40001dbfff47bf63cd6a6424.tar.bz2 gentoo-2-7feff96277f8e93f40001dbfff47bf63cd6a6424.zip |
add python3 compat to live ebuild
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index 2440466c3f0e..326f3524489e 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.155 2015/07/04 12:43:43 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.156 2015/07/17 08:03:06 perfinion Exp $ + + 17 Jul 2015; Jason Zaman <perfinion@gentoo.org> policycoreutils-9999.ebuild: + add python3 compat to live ebuild *policycoreutils-2.4-r1 (04 Jul 2015) diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index e8d8e58c5ac4..7d4e3de5ada9 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-9999.ebuild,v 1.2 2015/07/04 12:43:43 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-9999.ebuild,v 1.3 2015/07/17 08:03:06 perfinion Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit multilib python-r1 toolchain-funcs eutils bash-completion-r1 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki" if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git" - SRC_URI="mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" + SRC_URI="http://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" S1="${WORKDIR}/${MY_P}/${PN}" S2="${WORKDIR}/policycoreutils-extra" S="${S1}" |