Support python 2.7, 3.3 and 3.4.
This commit is contained in:
parent
b2f73e425e
commit
61609093b8
2
build
2
build
@ -7,8 +7,6 @@ mount
|
|||||||
populate 1
|
populate 1
|
||||||
runscript cycle.1.sh
|
runscript cycle.1.sh
|
||||||
|
|
||||||
addoverlay blueness
|
|
||||||
|
|
||||||
log stamp
|
log stamp
|
||||||
log CYCLE_2
|
log CYCLE_2
|
||||||
log stamp
|
log stamp
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[desktop-amd64-uclibc-hardened]
|
[desktop-amd64-uclibc-hardened]
|
||||||
nameserver : 192.168.3.1
|
nameserver : 8.8.8.8
|
||||||
repo_uri : git://tweedledum.dyc.edu/grs
|
repo_uri : git://anongit.gentoo.org/proj/grs.git
|
||||||
stage_uri : ftp://192.168.3.1/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2
|
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]
|
#[desktop-amd64-musl-hardened]
|
||||||
#repo_uri : git://tweedledum.dyc.edu/grs
|
#repo_uri : git://anongit.gentoo.org/proj/grs.git
|
||||||
#stage_uri : ftp://192.168.3.1/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2
|
#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
@ -3,5 +3,6 @@ CXXFLAGS="${CFLAGS}"
|
|||||||
CHOST="x86_64-gentoo-linux-uclibc"
|
CHOST="x86_64-gentoo-linux-uclibc"
|
||||||
MAKEOPTS="-j17"
|
MAKEOPTS="-j17"
|
||||||
PAX_MARKINGS="XT"
|
PAX_MARKINGS="XT"
|
||||||
|
PYTHON_TARGETS="python2_7 python3_3 python3_4"
|
||||||
|
|
||||||
USE="-gpg"
|
USE="-gpg"
|
||||||
|
@ -3,6 +3,7 @@ CXXFLAGS="${CFLAGS}"
|
|||||||
CHOST="x86_64-gentoo-linux-uclibc"
|
CHOST="x86_64-gentoo-linux-uclibc"
|
||||||
MAKEOPTS="-j17"
|
MAKEOPTS="-j17"
|
||||||
PAX_MARKINGS="XT"
|
PAX_MARKINGS="XT"
|
||||||
|
PYTHON_TARGETS="python2_7 python3_3 python3_4"
|
||||||
|
|
||||||
USE="-cups -tk"
|
USE="-cups -tk"
|
||||||
USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
|
USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
|
||||||
|
@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
|
|||||||
CHOST="x86_64-gentoo-linux-uclibc"
|
CHOST="x86_64-gentoo-linux-uclibc"
|
||||||
MAKEOPTS="-j17"
|
MAKEOPTS="-j17"
|
||||||
PAX_MARKINGS="XT"
|
PAX_MARKINGS="XT"
|
||||||
|
PYTHON_TARGETS="python2_7 python3_3 python3_4"
|
||||||
|
Loading…
Reference in New Issue
Block a user