bump(sys-kernel/bootengine): drop resize module

Moving to btrfs means we don't need to resize before mounting.
This commit is contained in:
Michael Marineau 2014-03-10 18:52:59 -07:00
parent 351df16adb
commit 2fa43168ce
2 changed files with 1 additions and 1 deletions

View File

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