diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 12:56:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 12:56:30 +0100 |
commit | f3c4b8403b1c0ba3aa60ec2bb9f09d11f3352126 (patch) | |
tree | 7fc0b23c2afda3f0404d8aa0df9403f0bf5aeba5 /gui-apps/wofi | |
parent | dev-java/xerces: add verify-sig (diff) | |
download | gentoo-f3c4b8403b1c0ba3aa60ec2bb9f09d11f3352126.tar.gz gentoo-f3c4b8403b1c0ba3aa60ec2bb9f09d11f3352126.tar.bz2 gentoo-f3c4b8403b1c0ba3aa60ec2bb9f09d11f3352126.zip |
gui-apps/wofi: Stabilize 1.3 amd64, #914282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/wofi')
-rw-r--r-- | gui-apps/wofi/wofi-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/wofi/wofi-1.3.ebuild b/gui-apps/wofi/wofi-1.3.ebuild index 70187e690c67..97cbddbbb0a1 100644 --- a/gui-apps/wofi/wofi-1.3.ebuild +++ b/gui-apps/wofi/wofi-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then else SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" |