Merge pull request #3271 from bgilbert/procps

Drop procps exclusion; save old libprocps on upgrade with vmware OEM
This commit is contained in:
Benjamin Gilbert 2018-06-01 17:19:35 -04:00 committed by GitHub
commit 00ca2adee0
3 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="bf5701bbfad62ba1797ca3ce2f344933846d66b5" # v0.4.7
CROS_WORKON_COMMIT="3f1a7e45eb9e2f9b6a74ba03fe2aab5b37106902" # v0.4.8
KEYWORDS="amd64 arm64"
fi

View File

@ -1,3 +0,0 @@
# the OEM package app-emulation/open-vm-tools has been linking against
# procps but recent versions have changed the soname. Mask until we fix. :(
>=sys-process/procps-3.3.10