hemp-node: updates
* Add VCS (hg, git) to world * Add virtualenv to world * Switch default python to 2.7 * USE flag updates
This commit is contained in:
parent
5a058f8e29
commit
ad4fa35049
|
@ -1,7 +1,10 @@
|
|||
preinstall:
|
||||
eselect python set python2.7
|
||||
|
||||
|
||||
postinstall:
|
||||
$(inroot) eselect python set python2.7
|
||||
$(inroot) python-updater -- --usepkg=n
|
||||
|
||||
# we want sshd running
|
||||
chroot "$(CHROOT)" rc-update add sshd default
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
app-editors/nano ncurses
|
||||
dev-lang/python ssl threads xml
|
||||
dev-db/sqlite extensions
|
||||
dev-lang/python ssl sqlite threads xml
|
||||
dev-vcs/git curl
|
||||
net-misc/curl ssl threads curl_ssl_openssl
|
||||
sys-apps/portage python2
|
||||
sys-devel/gcc cxx
|
||||
sys-kernel/gentoo-sources symlink
|
||||
sys-libs/ncurses minimal
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
<dev-lang/python-3.0
|
||||
dev-python/virtualenv
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial
|
||||
net-misc/openssh
|
||||
|
|
Loading…
Reference in New Issue