diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:45:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:19 +0100 |
commit | 31709ccc79c384e261fbcc7446c64afea0699964 (patch) | |
tree | a3d2e43f91fddf2075d8a9a084f0fd53310b284e /lxqt-base | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 0.17.0 amd64, #801154 (diff) | |
download | gentoo-31709ccc79c384e261fbcc7446c64afea0699964.tar.gz gentoo-31709ccc79c384e261fbcc7446c64afea0699964.tar.bz2 gentoo-31709ccc79c384e261fbcc7446c64afea0699964.zip |
lxqt-base/lxqt-runner: Stabilize 0.17.0 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild index 8ef6d841da63..2a0a7ab0258c 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |