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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C84F11382C5 for ; Sun, 31 May 2020 17:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53E6DE0973; Sun, 31 May 2020 17:00:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D4BCE0973 for ; Sun, 31 May 2020 17:00:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFB5734F0B0 for ; Sun, 31 May 2020 17:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41903275 for ; Sun, 31 May 2020 17:00:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1590828628.d2522485db4747f1fab54073636a4dc95725aa87.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/rauc-1.3.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d2522485db4747f1fab54073636a4dc95725aa87 X-VCS-Branch: master Date: Sun, 31 May 2020 17:00:39 +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: 1a0f4297-f40b-4487-bc1b-c1dd0479bdf9 X-Archives-Hash: 2480168ab34787d7af91120e3aaa8c3d commit: d2522485db4747f1fab54073636a4dc95725aa87 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sat May 30 08:50:16 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat May 30 08:50:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2522485 dev-embedded/rauc: Add missing dependency To fix build error: |make: gdbus-codegen: Command not found Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-embedded/rauc/rauc-1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-embedded/rauc/rauc-1.3.ebuild b/dev-embedded/rauc/rauc-1.3.ebuild index 5e0a705..030f7f4 100644 --- a/dev-embedded/rauc/rauc-1.3.ebuild +++ b/dev-embedded/rauc/rauc-1.3.ebuild @@ -20,6 +20,7 @@ IUSE="json network service test" RESTRICT="!test? ( test )" BDEPEND=" + dev-util/gdbus-codegen virtual/pkgconfig test? ( sys-fs/squashfs-tools ) "