Unmet dependencies at install

I made a mistake, and doing an apt-get autoremove flushed Kodi from my Ubuntu-MATE oOdroid C2.

When I try to reinstall it (after adding the repo), it fails, due to unmet dependencies.

Here’s the output :

Code:
[b]odroid@odroid64:~$[/b] sudo apt-get install kodi kodi-bin
Reading package lists... Done
Building dependency tree      
Reading state information... Done
kodi-bin is already the newest version (16.1+hk2ubuntu7).
kodi-bin set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kodi : Depends: kodi-bin (>= 2:17.0~git20161115.0200-f9d600a-0xenial) but 16.1+hk2ubuntu7 is to be installed
        Depends: libshairplay0 but it is not installable
        Recommends: libva-intel-vaapi-driver but it is not installable
E: Unable to correct problems, you have held broken packages.

I tried purging and cleaning apt, and it didn’t solved it.

Any ideas on how to fix this ?