mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
pentoo-core: add bluetooth use flag
This commit is contained in:
parent
984f54f783
commit
30c35f2a8a
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ SRC_URI="amd64? ( http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz )
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="livecd pentoo-in-a-container pentoo-minimal"
|
||||
IUSE="bluetooth livecd pentoo-in-a-container pentoo-minimal"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!<pentoo/pentoo-system-2020.2-r6"
|
||||
|
|
@ -28,7 +28,7 @@ PDEPEND="${PDEPEND}
|
|||
app-portage/gentoolkit
|
||||
app-portage/smart-live-rebuild
|
||||
net-misc/dhcpcd
|
||||
net-wireless/bluez
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
net-wireless/iw
|
||||
net-wireless/iwd
|
||||
net-wireless/wpa_supplicant
|
||||
Loading…
Reference in a new issue