diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-08 15:16:08 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-08 15:16:55 +0300 |
commit | e4ea5d365ce90fa110d09a8b11eef09557e67822 (patch) | |
tree | 6a2320b4b7bead9a6c60a33350b7e04e92e338be /x11-misc/trayer-srg | |
parent | x11-misc/trayer-srg: ebuild enhancements (diff) | |
download | gentoo-e4ea5d365ce90fa110d09a8b11eef09557e67822.tar.gz gentoo-e4ea5d365ce90fa110d09a8b11eef09557e67822.tar.bz2 gentoo-e4ea5d365ce90fa110d09a8b11eef09557e67822.zip |
x11-misc/trayer-srg: add a missing dependency
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/trayer-srg')
-rw-r--r-- | x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 93680dad5544..5e24fffa7f07 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" x11-libs/gdk-pixbuf:2 + dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/libX11 " |