diff options
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild index 741fa488a3df..eaefc1115701 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.1.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |