diff options
author | 2022-04-14 21:34:07 +0200 | |
---|---|---|
committer | 2022-04-14 21:34:07 +0200 | |
commit | e619c1cd9a45ccd871fa651056cbdef557adc7a7 (patch) | |
tree | 81c7dc495522bcfcf0d84d50df2a622cbc2f61dc /media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild | |
parent | x11-misc/pcmanfm-qt: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-e619c1cd9a45ccd871fa651056cbdef557adc7a7.tar.gz gentoo-e619c1cd9a45ccd871fa651056cbdef557adc7a7.tar.bz2 gentoo-e619c1cd9a45ccd871fa651056cbdef557adc7a7.zip |
media-gfx/lximage-qt: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild b/media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild index bff81bd1d821..17b5a9fae4ce 100644 --- a/media-gfx/lximage-qt/lximage-qt-1.0.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-1.0.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=8 @@ -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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+" |