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:
Albert Hopkins 2012-08-29 23:46:57 +00:00
parent 5a058f8e29
commit ad4fa35049
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1,5 @@
<dev-lang/python-3.0
dev-python/virtualenv
dev-vcs/git
dev-vcs/mercurial
net-misc/openssh