diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-07 10:37:46 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-07 10:37:46 +0100 |
commit | 892df661cbfcab4cf8f65464b56d6f4092ef9a29 (patch) | |
tree | 5e6e388e36f0b311ff5526201197cf5fd6c1dbec /x11-misc/rofi | |
parent | www-apps/baikal-0.8.0: version bump, bug #821169 (diff) | |
download | gentoo-892df661cbfcab4cf8f65464b56d6f4092ef9a29.tar.gz gentoo-892df661cbfcab4cf8f65464b56d6f4092ef9a29.tar.bz2 gentoo-892df661cbfcab4cf8f65464b56d6f4092ef9a29.zip |
x11-misc/rofi: Stabilize 1.7.2 amd64, #830720
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild index 9f3110308c57..589b99ce098b 100644 --- a/x11-misc/rofi/rofi-1.7.2.ebuild +++ b/x11-misc/rofi/rofi-1.7.2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="+drun test +windowmode" RESTRICT="!test? ( test )" |