I think I added for stuff that wanted libinput just (in this case for qt): (My EPREFIX is /tmp/gentoo)
echo "dev-qt/qtgui -libinput" >> /tmp/gentoo/etc/portage/package.use And I could emerge stuff that way. I also needed to do: mkdir -p /tmp/gentoo/etc/portage/profile && \ echo "sys-fs/udev-init-scripts-32" >> /tmp/gentoo/etc/portage/profile/package.provided as reported in this issue: https://bugs.gentoo.org/649808 On Thu, Jun 27, 2019 at 12:43 AM Michael Fothergill < [email protected]> wrote: > PS > > The build log file has this piece in it just before the crash occurs: > > > 33;01m* [0m QA Notice: the following files are outside of the prefix: > [33;01m* [0m /lib [33;01m* [0m /lib/udev [33;01m* [0m > /lib/udev/libinput-model-quirks [33;01m* [0m /lib/udev/libinput-device-group > [33;01m* [0m /lib/udev/rules.d [33;01m* [0m > /lib/udev/rules.d/80-libinput-device-groups.rules [33;01m* [0m > /lib/udev/rules.d/90-libinput-model-quirks.rules > > Is that helpful? > > Regards > > MF > > > > > -- *Sammy Pfeiffer* PhD Candidate at The Magic Lab within UTS.
