From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2001158089 for ; Tue, 10 Oct 2023 05:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5402BC02E; Tue, 10 Oct 2023 05:53:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 091362BC02E for ; Tue, 10 Oct 2023 05:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50EFB335C52 for ; Tue, 10 Oct 2023 05:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28CF10A3 for ; Tue, 10 Oct 2023 05:53:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1696917216.9fe29ebea026114d4e2be50744626554b1b4219b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/olsrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild X-VCS-Directories: net-misc/olsrd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9fe29ebea026114d4e2be50744626554b1b4219b X-VCS-Branch: master Date: Tue, 10 Oct 2023 05:53:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6303d53b-ddb3-49d1-9baf-07feabaa0e1c X-Archives-Hash: 83d0c2dfe3cb0a21bef60d516842cbbd commit: 9fe29ebea026114d4e2be50744626554b1b4219b Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 10 05:51:37 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 10 05:53:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe29ebe net-misc/olsrd: add few missing deps Signed-off-by: Joonas Niilola gentoo.org> net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild b/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild index f79fe5d346f9..bff1915449d8 100644 --- a/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild +++ b/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild @@ -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