From 3d4d81bc4489f8af0eb5a5bafd63c936453aa14b Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 13 Jan 2017 14:50:54 +0100 Subject: x11-misc/xystray: add missing build-time dependency Gentoo-Bug: 605570 Package-Manager: portage-2.3.0 --- x11-misc/xystray/xystray-1.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 504d9daef891..7732b8350433 100644 --- a/x11-misc/xystray/xystray-1.0.ebuild +++ b/x11-misc/xystray/xystray-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +CDEPEND=" x11-libs/libX11 x11-libs/libXt" - -RDEPEND="${DEPEND}" +DEPEND="${CDEPEND} + x11-libs/libXaw" +RDEPEND="${CDEPEND}" PATCHES=( "${FILESDIR}/${P}-ldflags.patch" -- cgit v1.2.3-65-gdbad