From: Marek Szuba Date: Fri, 13 Jan 2017 13:50:54 +0000 (+0100) Subject: x11-misc/xystray: add missing build-time dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d4d81bc4489f8af0eb5a5bafd63c936453aa14b;p=gentoo.git x11-misc/xystray: add missing build-time dependency Gentoo-Bug: 605570 Package-Manager: portage-2.3.0 --- 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"