Skip to content

Instantly share code, notes, and snippets.

@mazgi
Created June 8, 2012 01:11
Show Gist options
  • Save mazgi/2892812 to your computer and use it in GitHub Desktop.
Save mazgi/2892812 to your computer and use it in GitHub Desktop.
/etc/make.conf
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE="mmx sse sse2"
USE="$USE bash-completion zsh-completion vim-syntax"
USE="$USE git"
SYNC="rsync://rsync.jp.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="ftp://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.iij.ad.jp/pub/l
inux/gentoo/"
LINGUAS="en ja"
ACCEPT_LICENSE="dlj-1.1"
## Layman
source /var/lib/layman/make.conf
## GenTwoo
PORTAGE_ELOG_CLASSES="log warn error qa"
PORTAGE_ELOG_SYSTEM="custom:* echo mail"
PORTAGE_ELOG_COMMAND="/usr/bin/gentwoo '${PACKAGE}' '${LOGFILE}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment