projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f733e
)
x11-misc/xystray: add missing build-time dependency
author
Marek Szuba
<marecki@gentoo.org>
Fri, 13 Jan 2017 13:50:54 +0000
(14:50 +0100)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/x11-misc/xystray/xystray-1.0.ebuild
b/x11-misc/xystray/xystray-1.0.ebuild
index 504d9daef891c2cf0d343d125d7d1c05339e9763..7732b8350433cb79b97e7f930336e3a3e59c9a64 100644
(file)
--- a/
x11-misc/xystray/xystray-1.0.ebuild
+++ b/
x11-misc/xystray/xystray-1.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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="
+
C
DEPEND="
x11-libs/libX11
x11-libs/libXt"
-
-RDEPEND="${DEPEND}"
+DEPEND="${CDEPEND}
+ x11-libs/libXaw"
+RDEPEND="${CDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-ldflags.patch"