diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:17:49 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:29:16 +0200 |
commit | eefc4646675f3212821b6a1165577fe3f62e69e4 (patch) | |
tree | b4c8fb5fc9a07f16a5bb781c4178cd6b1f59ecd3 /lxqt-base | |
parent | dev-util/lxqt-build-tools: x86 stable (bug #664568) (diff) | |
download | gentoo-eefc4646675f3212821b6a1165577fe3f62e69e4.tar.gz gentoo-eefc4646675f3212821b6a1165577fe3f62e69e4.tar.bz2 gentoo-eefc4646675f3212821b6a1165577fe3f62e69e4.zip |
lxqt-base/liblxqt: x86 stable (bug #664568)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild index 12357512c341..bddb1fc02b98 100644 --- a/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.13.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+ BSD" |