diff options
author | 2022-03-07 15:40:49 -0600 | |
---|---|---|
committer | 2022-03-07 15:41:01 -0600 | |
commit | b9a55a9c52045e3eb7cd2f5afa07e458d4d64fbc (patch) | |
tree | e9d0c6c6199732ce4031be2e3e4d0c6d886a1bd5 /gui-apps/swaylock/swaylock-9999.ebuild | |
parent | net-misc/freerdp: add 2.6.1 (diff) | |
download | gentoo-b9a55a9c52045e3eb7cd2f5afa07e458d4d64fbc.tar.gz gentoo-b9a55a9c52045e3eb7cd2f5afa07e458d4d64fbc.tar.bz2 gentoo-b9a55a9c52045e3eb7cd2f5afa07e458d4d64fbc.zip |
gui-apps/swaylock: bump to 1.6
new release for...
Bug: https://bugs.gentoo.org/834716
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps/swaylock/swaylock-9999.ebuild')
-rw-r--r-- | gui-apps/swaylock/swaylock-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/swaylock/swaylock-9999.ebuild b/gui-apps/swaylock/swaylock-9999.ebuild index c80f325049f7..657a97f351df 100644 --- a/gui-apps/swaylock/swaylock-9999.ebuild +++ b/gui-apps/swaylock/swaylock-9999.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/swaywm/${PN}.git" else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |