diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 20:48:54 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 20:51:21 +0200 |
commit | 9561372a5f2e6701f06e491d064492a1e9d5b5e9 (patch) | |
tree | 560562da4887041750108e9359787b67ef56591e /x11-misc/notify-osd | |
parent | x11-libs/scw: Needs dev-util/glib-utils (diff) | |
download | gentoo-9561372a5f2e6701f06e491d064492a1e9d5b5e9.tar.gz gentoo-9561372a5f2e6701f06e491d064492a1e9d5b5e9.tar.bz2 gentoo-9561372a5f2e6701f06e491d064492a1e9d5b5e9.zip |
x11-misc/notify-osd: Needs dev-util/glib-utils
Closes: https://bugs.gentoo.org/668610
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild b/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild index d94dd9b86c08..6a1096cc8f5b 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,9 +29,10 @@ RDEPEND="${COMMON_DEPEND} !minimal? ( x11-themes/notify-osd-icons ) " DEPEND="${COMMON_DEPEND} - virtual/pkgconfig + dev-util/glib-utils gnome-base/gnome-common x11-base/xorg-proto + virtual/pkgconfig " RESTRICT="test" # virtualx.eclass: 1 of 1: FAIL: test-modules |