diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-25 13:35:03 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-25 13:35:03 -0400 |
commit | 92bce05d4468b9408cea4280281ceea1e85f0ae1 (patch) | |
tree | e3601d500252538806134b1d9c9afbff9ed8cee0 /core/etc/portage/make.conf | |
parent | scripts/cycle.1.py: add new logfile=None to log to stdout. (diff) | |
download | grs-92bce05d4468b9408cea4280281ceea1e85f0ae1.tar.gz grs-92bce05d4468b9408cea4280281ceea1e85f0ae1.tar.bz2 grs-92bce05d4468b9408cea4280281ceea1e85f0ae1.zip |
python3_4 is now default.
Diffstat (limited to 'core/etc/portage/make.conf')
-rw-r--r-- | core/etc/portage/make.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf index e25e42b..2ac9e25 100644 --- a/core/etc/portage/make.conf +++ b/core/etc/portage/make.conf @@ -11,4 +11,3 @@ CPU_FLAGS_X86="mmx sse sse2" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" -PYTHON_TARGETS="python2_7 python3_4" |