diff options
author | Sam James <sam@gentoo.org> | 2021-07-11 21:50:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-11 21:50:08 +0100 |
commit | c82c95b41e2ae411f65bd5f6fc0ca102b5a236eb (patch) | |
tree | 9e25de053e9816a1071e1e422ba1b420ba6e17b2 | |
parent | dev-libs/libqtxdg: Stabilize 3.7.1 x86, #801154 (diff) | |
download | gentoo-c82c95b41e2ae411f65bd5f6fc0ca102b5a236eb.tar.gz gentoo-c82c95b41e2ae411f65bd5f6fc0ca102b5a236eb.tar.bz2 gentoo-c82c95b41e2ae411f65bd5f6fc0ca102b5a236eb.zip |
dev-util/lxqt-build-tools: Stabilize 0.9.0 x86, #801154
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild index dcb00e896952..1c71c8c84462 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.9.0.ebuild @@ -13,7 +13,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 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86" fi LICENSE="BSD" |