diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-12 19:51:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-12 19:52:01 +0100 |
commit | 7fe0a08883e84be86f43e3494ee723050420d6cb (patch) | |
tree | 70bb4716947b168a5304d5d8f18d2182b5ccc619 /x11-misc | |
parent | toolchain-binutils.eclass: don't purge environment for binutils-config (diff) | |
download | gentoo-7fe0a08883e84be86f43e3494ee723050420d6cb.tar.gz gentoo-7fe0a08883e84be86f43e3494ee723050420d6cb.tar.bz2 gentoo-7fe0a08883e84be86f43e3494ee723050420d6cb.zip |
x11-misc/xmonad-log-applet: add missing dbus-glib depend, bug #651502
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/651502
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild index f0c5379f92e9..aec50da5dd58 100644 --- a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild +++ b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,7 @@ RESTRICT="mirror" RDEPEND=" sys-apps/dbus xfce-base/xfce4-panel + dev-libs/dbus-glib dev-libs/glib:2 dev-haskell/dbus x11-libs/gtk+:3 |