vifino / vifino-overlay

My personal overlay for Gentoo. Contains openrazer ebuilds and friends mostly.
MIT License
10 stars 4 forks source link

Can't emerge openrazer #46

Closed C-Entropy closed 3 years ago

C-Entropy commented 3 years ago
sudo emerge openrazer

Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  #='/var/db update'  @='/var/db move'
  s='/var/db SLOT move'  %='binary move'  S='binary SLOT move'
  p='update /etc/portage/package.*'
/var/lib/layman/vifino-overlay/profiles/updates/4Q-2017.

Calculating dependencies... done!

!!! All ebuilds that could satisfy "openrazer" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-misc/openrazer-9999::vifino-overlay (masked by: missing keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
ppfeufer commented 3 years ago

app-misc/openrazer-9999::vifino-overlay (masked by: missing keyword)

You need to set the keyword for it, as it states in the error message ...

echo "app-misc/openrazer ~amd64" >> /etc/portage/package.accept_keywords/app-misc.conf
C-Entropy commented 3 years ago

Alright, ~amd64 doesn't work, but I looked up manual and found this work: app-misc/openrazer ** Thanks @ppfeufer