commit:     3d4d81bc4489f8af0eb5a5bafd63c936453aa14b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 13:50:54 2017 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 13:54:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4d81bc

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 504d9da..7732b83 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"

Reply via email to