mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/olsrd: add few missing deps
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -19,18 +19,17 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="gtk pud"
|
||||
|
||||
DEPEND="
|
||||
gtk? (
|
||||
RDEPEND="gtk? (
|
||||
dev-libs/glib:2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:2
|
||||
)
|
||||
pud? ( sci-geosciences/gpsd )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
pud? ( sci-geosciences/gpsd )"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto"
|
||||
BDEPEND="app-alternatives/yacc
|
||||
sys-devel/flex
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.9.0.2-gtk.patch
|
||||
|
||||
Reference in New Issue
Block a user