diff options
author | Marek Szuba <marecki@gentoo.org> | 2017-01-13 14:50:54 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2017-01-13 14:54:05 +0100 |
commit | 3d4d81bc4489f8af0eb5a5bafd63c936453aa14b (patch) | |
tree | 5564b1e356681f4bc394dadcc9c775cf9953751b /x11-misc/xystray | |
parent | app-editors/pluma: add back mate-base/mate-desktop dependency as runtime wrt ... (diff) | |
download | gentoo-3d4d81bc4489f8af0eb5a5bafd63c936453aa14b.tar.gz gentoo-3d4d81bc4489f8af0eb5a5bafd63c936453aa14b.tar.bz2 gentoo-3d4d81bc4489f8af0eb5a5bafd63c936453aa14b.zip |
x11-misc/xystray: add missing build-time dependency
Gentoo-Bug: 605570
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/xystray')
-rw-r--r-- | x11-misc/xystray/xystray-1.0.ebuild | 9 |
1 files 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" |