Install this version:
emerge -a =pantheon-base/switchboard-plug-keyboard-8.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =pantheon-base/switchboard-plug-keyboard-8.1.1
Or alternatively:
emerge --autounmask-write -a =pantheon-base/switchboard-plug-keyboard-8.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.1.1 | 8 | amd64 | 3 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson vala
DESCRIPTION="Adjust keyboard settings from Switchboard"
HOMEPAGE="https://github.com/elementary/settings-keyboard"
SRC_URI="https://github.com/elementary/settings-keyboard/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/settings-keyboard-${PV}"
LICENSE="GPL-3"
SLOT="3"
KEYWORDS="amd64"
RDEPEND="
app-i18n/ibus
gui-libs/libadwaita:1
dev-libs/glib:2
dev-libs/granite:7
dev-libs/libxml2
pantheon-base/switchboard:3
gui-libs/gtk:4
"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig
"
src_prepare() {
eapply_user
vala_setup
}
${RDEPEND}
$(vala_depend)
virtual/pkgconfig
app-i18n/ibus gui-libs/libadwaita:1 dev-libs/glib:2 dev-libs/granite:7 dev-libs/libxml2 pantheon-base/switchboard:3 gui-libs/gtk:4
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | switchboard-plug-keyboard-8.1.1.tar.gz | 829326 bytes | https://github.com/elementary/settings-keyboard/archive/8.1.1.tar.gz |