Created
June 8, 2012 01:11
-
-
Save mazgi/2892812 to your computer and use it in GitHub Desktop.
/etc/make.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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