diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:24 +0300 |
commit | 69c1735b1fc4538a6bff31b920b606f64f50efe7 (patch) | |
tree | 19ba7ad75c25dd7ce148883ff2ef355dd1c19ff5 | |
parent | media-gfx/lximage-qt: Stabilize 1.0.0 arm64, #831448 (diff) | |
download | gentoo-69c1735b1fc4538a6bff31b920b606f64f50efe7.tar.gz gentoo-69c1735b1fc4538a6bff31b920b606f64f50efe7.tar.bz2 gentoo-69c1735b1fc4538a6bff31b920b606f64f50efe7.zip |
x11-misc/obconf-qt: Stabilize 0.16.0 arm64, #831448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | x11-misc/obconf-qt/obconf-qt-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/obconf-qt/obconf-qt-0.16.0.ebuild b/x11-misc/obconf-qt/obconf-qt-0.16.0.ebuild index de5da1b411b1..aed7ee4ebeac 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.16.0.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+" |