View previous topic :: View next topic |
Author |
Message |
etcnix n00b

Joined: 01 Jun 2017 Posts: 4 Location: Kiev
|
Posted: Thu Sep 21, 2017 2:40 pm Post subject: Can't set bluetooth USE flag in mate-base/mate |
|
|
I try to set USE bluetooth flag in mate-base/mate package but it doesn't work:
Code: | gentoo package.use # cat mate
mate-base/mate bluetooth |
Code: | gentoo portage # cat make.conf | grep USE
USE="bluetooth bindist mmx sse sse2 sse3 -gnome gtk -kde -qt4 -kdecards -kdeconfig -kdm -qt dvd alsa sdr unicode threads bash-completion xattr" |
Code: | # USE='bluetooth' emerge -pv mate-base/mate
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] mate-base/mate-1.12-r1::gentoo USE="base extras notification themes (-bluetooth) -gtk3 -help" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB |
Code: | # uname -a
Linux gentoo 4.9.16-gentoo #6 SMP Mon Sep 18 17:49:38 EEST 2017 x86_64 Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz GenuineIntel GNU/Linux |
Code: | # eselect profile list
Available profile symlink targets:
[1] default/linux/amd64/13.0
[2] default/linux/amd64/13.0/selinux
[3] default/linux/amd64/13.0/desktop * |
Code: | # hciconfig
hci0: Type: Primary Bus: USB
BD Address: 68:94:23:F5:1C:50 ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN ISCAN
RX bytes:48821 acl:285 sco:0 events:4826 errors:0
TX bytes:2497879 acl:4533 sco:0 commands:2443 errors:0 |
Please, help. |
|
Back to top |
|
 |
fedeliallalinea Bodhisattva


Joined: 08 Mar 2003 Posts: 25186 Location: here
|
Posted: Thu Sep 21, 2017 2:49 pm Post subject: |
|
|
This use flag not work because is masked (use flag in parentheses are masked).
You can unmask (but if masked there's a reason) with /etc/portage/profile/package.use.mask
Code: | # echo "mate-base/mate -bluetooth" >> /etc/portage/profile/package.use.mask |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
etcnix n00b

Joined: 01 Jun 2017 Posts: 4 Location: Kiev
|
Posted: Fri Sep 22, 2017 7:26 am Post subject: |
|
|
Understood.
Thanks for your answer. |
|
Back to top |
|
 |
|