diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:32:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:32:46 +0200 |
commit | 2903d9a147288950f906621ff1ab1b3db2ff0fc5 (patch) | |
tree | 9d4ecf8c9381c56af1ab264eeee3eca1e8e84983 /lxqt-base | |
parent | dev-cpp/muParser: Stabilize 2.3.3-r1 amd64, #886365 (diff) | |
download | gentoo-2903d9a147288950f906621ff1ab1b3db2ff0fc5.tar.gz gentoo-2903d9a147288950f906621ff1ab1b3db2ff0fc5.tar.bz2 gentoo-2903d9a147288950f906621ff1ab1b3db2ff0fc5.zip |
lxqt-base/lxqt-runner: Stabilize 1.2.0 amd64, #886365
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild index 14b368f25a72..ab537186ff49 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-1.2.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+" |