Install this version:
emerge -a =gui-shell/rofi-bluetooth-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-shell/rofi-bluetooth-9999
Or alternatively:
emerge --autounmask-write -a =gui-shell/rofi-bluetooth-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION='Script that generates bluetoothctl rofi menu'
HOMEPAGE=https://github.com/nickclyde/rofi-bluetooth
EGIT_REPO_URI=https://github.com/nickclyde/rofi-bluetooth.git
LICENSE=GPL-3
SLOT=0
RDEPEND='
x11-misc/rofi
app-alternatives/bc
net-wireless/bluez
'
src_install() {
dobin rofi-bluetooth
einstalldocs
}