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/trayer-srg/
Date: Fri, 08 Apr 2022 12:17:05
Message-Id: 1649420215.e4ea5d365ce90fa110d09a8b11eef09557e67822.juippis@gentoo
1 commit: e4ea5d365ce90fa110d09a8b11eef09557e67822
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 12:16:08 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 12:16:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ea5d36
7
8 x11-misc/trayer-srg: add a missing dependency
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
16 index 93680dad5544..5e24fffa7f07 100644
17 --- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
18 +++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 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 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86"
26
27 RDEPEND="
28 x11-libs/gdk-pixbuf:2
29 + dev-libs/glib:2
30 x11-libs/gtk+:2
31 x11-libs/libX11
32 "