Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Tue, 12 Oct 2021 08:13:35
Message-Id: 1634026377.2ec5ef691d6bdaf618821e79b00772806e0311d5.flow@gentoo
1 commit: 2ec5ef691d6bdaf618821e79b00772806e0311d5
2 Author: Petrus.Z <silencly07 <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 12 07:53:29 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 08:12:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5ef69
7
8 x11-misc/rofi: add missing x11-misc/xkeyboard-config dependency
9
10 Add the missing x11-misc/xkeyboard-config dependency.
11 This fixes test failures reported by the tinderbox.
12 Bump 1.6.1 to 1.6.1-r1, and bump 1.7.0 to 1.7.0-r1, drop
13 old non-r1 ebuilds.
14
15 Closes: https://bugs.gentoo.org/760048
16 Package-Manager: Portage-3.0.26, Repoman-3.0.3
17 Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>
18 Closes: https://github.com/gentoo/gentoo/pull/22561
19 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
20
21 x11-misc/rofi/{rofi-1.6.1.ebuild => rofi-1.6.1-r1.ebuild} | 1 +
22 x11-misc/rofi/{rofi-1.7.0.ebuild => rofi-1.7.0-r1.ebuild} | 1 +
23 x11-misc/rofi/rofi-99999.ebuild | 3 ++-
24 3 files changed, 4 insertions(+), 1 deletion(-)
25
26 diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
27 similarity index 97%
28 rename from x11-misc/rofi/rofi-1.6.1.ebuild
29 rename to x11-misc/rofi/rofi-1.6.1-r1.ebuild
30 index c919a190ff0..e654777a5b5 100644
31 --- a/x11-misc/rofi/rofi-1.6.1.ebuild
32 +++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
33 @@ -31,6 +31,7 @@ RDEPEND="
34 x11-libs/xcb-util
35 x11-libs/xcb-util-wm
36 x11-libs/xcb-util-xrm
37 + x11-misc/xkeyboard-config
38 "
39 DEPEND="
40 ${RDEPEND}
41
42 diff --git a/x11-misc/rofi/rofi-1.7.0.ebuild b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
43 similarity index 98%
44 rename from x11-misc/rofi/rofi-1.7.0.ebuild
45 rename to x11-misc/rofi/rofi-1.7.0-r1.ebuild
46 index bfa3300d765..813b6e07de0 100644
47 --- a/x11-misc/rofi/rofi-1.7.0.ebuild
48 +++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
49 @@ -31,6 +31,7 @@ RDEPEND="
50 x11-libs/xcb-util
51 x11-libs/xcb-util-wm
52 x11-libs/xcb-util-xrm
53 + x11-misc/xkeyboard-config
54 "
55 DEPEND="
56 ${RDEPEND}
57
58 diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild
59 index 81f8f9cf847..5612e93f955 100644
60 --- a/x11-misc/rofi/rofi-99999.ebuild
61 +++ b/x11-misc/rofi/rofi-99999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -28,6 +28,7 @@ RDEPEND="
69 x11-libs/xcb-util
70 x11-libs/xcb-util-wm
71 x11-libs/xcb-util-xrm
72 + x11-misc/xkeyboard-config
73 "
74 DEPEND="
75 ${RDEPEND}