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 3CF01158087 for ; Thu, 3 Feb 2022 06:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF0B2BC03E; Thu, 3 Feb 2022 06:21:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E3C52BC03E for ; Thu, 3 Feb 2022 06:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 446483432D6 for ; Thu, 3 Feb 2022 06:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 568A22AF for ; Thu, 3 Feb 2022 06:20:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1643869242.4f993cfc481563326a3e78adc70de6a61a1bde36.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild X-VCS-Directories: app-arch/gnome-autoar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4f993cfc481563326a3e78adc70de6a61a1bde36 X-VCS-Branch: master Date: Thu, 3 Feb 2022 06:20:55 +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: bda99f34-5b8c-4c71-a7ff-8ed63df04ad0 X-Archives-Hash: 94b5905dd159ed123ae5ffb0eb12c585 commit: 4f993cfc481563326a3e78adc70de6a61a1bde36 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 3 05:17:57 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 3 06:20:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f993cfc app-arch/gnome-autoar: Add BDEPEND on glib-utils Closes: https://bugs.gentoo.org/832305 Signed-off-by: Matt Turner gentoo.org> app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild index 859dcb24f3ab..ef6d958c4669 100644 --- a/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild +++ b/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig + dev-util/glib-utils gtk-doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.3 ) vala? ( $(vala_depend) )