Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572184 - profiles/base/use.mask remove input_devices_synaptics input_devices_wacom
Summary: profiles/base/use.mask remove input_devices_synaptics input_devices_wacom
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-17 10:28 UTC by Felix Janda
Modified: 2016-01-18 19:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Janda 2016-01-17 10:28:22 UTC
profiles/base/use.mask masks input_device_synaptics and input_devices_wacom,
and there are (inconsistent) unmasks in use.mask of individual profiles.

I do not see how these are arch specific (compared to input_devices_evdev).
There is no asm and grepping for archs does not give anything relevant.
As long as you have USB you should be able to plug in and use your Wacom
tablet.

If I haven't overlooked something, please remove the entries do the
corresponding clean up in the other profiles.


Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2016-01-18 19:44:59 UTC
The mask is correct.

It exists due to keywording differences between x11-base/xorg-drivers and the individual x11-drivers/xf86-input-* packages.

Where the packages can be used, they are unmasked.. i.e.:
profiles/arch/amd64/use.mask:-input_devices_wacom

The wacom mask might be refined a bit more on alpha or sparc, but they are most likely rare on those arches or bugs would appear for them.

You can test the repercussions yourself by editing profiles/base/use.mask locally then going into x11-drivers/xf86-input-synaptics and running `repoman full`