Merge pull request #2154 from vcaputo/seismograph-cgpt-resize-fix

sys-apps/seismograph: fix cgpt resize off-by-one
This commit is contained in:
Vito Caputo 2016-08-30 15:48:28 -07:00 committed by GitHub
commit cc10a2c787
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="12bef2f871d94e6014fc38ce5c169f51d6296400"
CROS_WORKON_COMMIT="db243fb040ef52b36e9e4bc835f5c11eec89ff2d"
KEYWORDS="amd64 arm arm64 x86"
fi