Merge pull request #957 from marineam/grub

grub: mark new version as stable
This commit is contained in:
Michael Marineau 2014-11-07 17:32:32 -08:00
commit 19c4aa596f
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
grub-9999.ebuild

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="x" CROS_WORKON_COMMIT="7ed934533c1319954540f6cee0c0bf728b155c2e"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
fi fi