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: Fri, 03 Dec 2021 13:02:36
Message-Id: 1638536546.96b9887cb905aaa27c15b311167ea03b210671f1.juippis@gentoo
1 commit: 96b9887cb905aaa27c15b311167ea03b210671f1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 13:01:07 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 13:02:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b9887c
7
8 x11-misc/rofi: manual sync for -99999 ebuild
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/rofi/rofi-99999.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild
16 index 080d70670508..66b4e07790bd 100644
17 --- a/x11-misc/rofi/rofi-99999.ebuild
18 +++ b/x11-misc/rofi/rofi-99999.ebuild
19 @@ -15,7 +15,11 @@ KEYWORDS=""
20 IUSE="+drun test +windowmode"
21 RESTRICT="!test? ( test )"
22
23 -BDEPEND="virtual/pkgconfig"
24 +BDEPEND="
25 + sys-devel/bison
26 + sys-devel/flex
27 + virtual/pkgconfig
28 +"
29 RDEPEND="
30 dev-libs/glib:2
31 gnome-base/librsvg:2