diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 01:09:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 01:09:58 +0100 |
commit | 4efbadfc5713396e9fbcaa8d20365287fb5b9cd6 (patch) | |
tree | daf086362dba3ae705c0a15b7854898462939c76 /lxqt-base | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 1.3.0 amd64, #907298 (diff) | |
download | gentoo-4efbadfc5713396e9fbcaa8d20365287fb5b9cd6.tar.gz gentoo-4efbadfc5713396e9fbcaa8d20365287fb5b9cd6.tar.bz2 gentoo-4efbadfc5713396e9fbcaa8d20365287fb5b9cd6.zip |
lxqt-base/lxqt-runner: Stabilize 1.3.0 amd64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild index e04d534c2255..02e97ba3ee6f 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-1.3.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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |