sys-boot/grub: add search by disk uuid

This commit is contained in:
Alex Crawford 2015-08-31 19:14:13 -07:00
parent 30f93f3fc1
commit 225a69f02b
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
else else
CROS_WORKON_COMMIT="91391dc52b0d1559ec589ec304a434ed12e92b3e" CROS_WORKON_COMMIT="9a794d4652154272aa969717c8c66aa06e063ec2"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
fi fi