Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Fri, 07 Jan 2022 09:38:28
Message-Id: 1641548266.892df661cbfcab4cf8f65464b56d6f4092ef9a29.jsmolic@gentoo
1 commit: 892df661cbfcab4cf8f65464b56d6f4092ef9a29
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 09:37:46 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 09:37:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892df661
7
8 x11-misc/rofi: Stabilize 1.7.2 amd64, #830720
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 x11-misc/rofi/rofi-1.7.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
16 index 9f3110308c57..589b99ce098b 100644
17 --- a/x11-misc/rofi/rofi-1.7.2.ebuild
18 +++ b/x11-misc/rofi/rofi-1.7.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~x86"
31 IUSE="+drun test +windowmode"
32 RESTRICT="!test? ( test )"