bump(sys-apps/baselayout): Include new sudo configuration

This commit is contained in:
Michael Marineau 2014-03-24 21:44:25 -07:00
parent a75f345226
commit 4b0b3dc2ec
4 changed files with 6 additions and 2 deletions

View File

@ -45,5 +45,10 @@ PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
/usr/share/nmap
"
# Exclude assorted config files that we can do without
PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
/etc/sudoers
"
# No suffix for 'generic' (use base, not base-usr)
COREOS_DISK_LAYOUT_SUFFIX=""

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="ee76f682e03496fdf72d0ad16a622fbc7f37d158"
CROS_WORKON_COMMIT="aa12816e0637a2ef800854e7343246d6a8177dd9"
KEYWORDS="amd64 arm x86"
fi