x11-misc/xystray: add missing build-time dependency
authorMarek Szuba <marecki@gentoo.org>
Fri, 13 Jan 2017 13:50:54 +0000 (14:50 +0100)
committerMarek Szuba <marecki@gentoo.org>
Fri, 13 Jan 2017 13:54:05 +0000 (14:54 +0100)
Gentoo-Bug: 605570

Package-Manager: portage-2.3.0

x11-misc/xystray/xystray-1.0.ebuild

index 504d9daef891c2cf0d343d125d7d1c05339e9763..7732b8350433cb79b97e7f930336e3a3e59c9a64 100644 (file)
@@ -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"