Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Mon, 26 Sep 2022 05:51:29
Message-Id: 1664171418.1d1dbdf709eaa1d40bdfef774433c26215684dc8.juippis@gentoo
1 commit: 1d1dbdf709eaa1d40bdfef774433c26215684dc8
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 05:50:18 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 05:50:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1dbdf7
7
8 x11-misc/rofi: Stabilize 1.7.5 amd64, #872791
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/rofi/rofi-1.7.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
16 index b51884994242..ebeef196f431 100644
17 --- a/x11-misc/rofi/rofi-1.7.5.ebuild
18 +++ b/x11-misc/rofi/rofi-1.7.5.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 arm64 ~x86"
24 +KEYWORDS="amd64 arm64 ~x86"
25 IUSE="+drun test +windowmode"
26 RESTRICT="!test? ( test )"