Support python 2.7, 3.3 and 3.4.

This commit is contained in:
Anthony G. Basile 2015-07-01 16:52:05 -04:00
parent b2f73e425e
commit 61609093b8
6 changed files with 341 additions and 340 deletions

2
build
View File

@ -7,8 +7,6 @@ mount
populate 1
runscript cycle.1.sh
addoverlay blueness
log stamp
log CYCLE_2
log stamp

View File

@ -1,8 +1,8 @@
[desktop-amd64-uclibc-hardened]
nameserver : 192.168.3.1
repo_uri : git://tweedledum.dyc.edu/grs
stage_uri : ftp://192.168.3.1/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2
nameserver : 8.8.8.8
repo_uri : git://anongit.gentoo.org/proj/grs.git
stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2
#[desktop-amd64-musl-hardened]
#repo_uri : git://tweedledum.dyc.edu/grs
#stage_uri : ftp://192.168.3.1/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2
#repo_uri : git://anongit.gentoo.org/proj/grs.git
#stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -3,5 +3,6 @@ CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-uclibc"
MAKEOPTS="-j17"
PAX_MARKINGS="XT"
PYTHON_TARGETS="python2_7 python3_3 python3_4"
USE="-gpg"

View File

@ -3,6 +3,7 @@ CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-uclibc"
MAKEOPTS="-j17"
PAX_MARKINGS="XT"
PYTHON_TARGETS="python2_7 python3_3 python3_4"
USE="-cups -tk"
USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"

View File

@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-uclibc"
MAKEOPTS="-j17"
PAX_MARKINGS="XT"
PYTHON_TARGETS="python2_7 python3_3 python3_4"