diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:54 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:54 +0200 |
commit | 2d30421eeac0ea45fc05244fee7ef91df0562966 (patch) | |
tree | e2db9c2ba82892d05a9cb0788ba3e00aa333d1f5 /lxqt-base/lxqt-admin | |
parent | lxqt-base/lxqt-about: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-2d30421eeac0ea45fc05244fee7ef91df0562966.tar.gz gentoo-2d30421eeac0ea45fc05244fee7ef91df0562966.tar.bz2 gentoo-2d30421eeac0ea45fc05244fee7ef91df0562966.zip |
lxqt-base/lxqt-admin: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-admin')
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-1.0.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-1.0.0.ebuild index f459b4980175..b17d9b2ac386 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-1.0.0.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="LGPL-2.1+" |