diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-11-07 15:48:01 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-11-07 15:48:01 +0000 |
commit | 96285a62239dc7c1c90a5359c7de1daedec3e07a (patch) | |
tree | 8c7a3d20523c44eb4a271baa39967ef9b5d20bed /eclass/ChangeLog | |
parent | Version bump (diff) | |
download | gentoo-2-96285a62239dc7c1c90a5359c7de1daedec3e07a.tar.gz gentoo-2-96285a62239dc7c1c90a5359c7de1daedec3e07a.tar.bz2 gentoo-2-96285a62239dc7c1c90a5359c7de1daedec3e07a.zip |
When only one supported python implementation can satisfy an ebuild, do not provide python_single_target_* flags in IUSE -- effectively, rely only on PYTHON_TARGETS rather than the value specified in PYTHON_SINGLE_TARGET.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 14ad53e6c2d1..c48a568c28d0 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1404 2014/11/05 23:18:07 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1405 2014/11/07 15:48:01 axs Exp $ + + 06 Nov 2014; Ian Stakenvicius <axs@gentoo.org> python-single-r1.eclass: + When only one supported python implementation can satisfy an ebuild, do + not provide python_single_target_* flags in IUSE -- effectively, rely + only on PYTHON_TARGETS rather than the value specified in PYTHON_SINGLE_TARGET. 05 Nov 2014; Ian Stakenvicius <axs@gentoo.org> mozconfig-v5.33.eclass: Move IUSE=selinux to the eclass |