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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D303915800A for ; Wed, 23 Aug 2023 14:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D5E2BC029; Wed, 23 Aug 2023 14:49:20 +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 DCC8B2BC01B for ; Wed, 23 Aug 2023 14:49:19 +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 F00B83412BA for ; Wed, 23 Aug 2023 14:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDDD1072 for ; Wed, 23 Aug 2023 14:49:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1692802113.fbcad9f59c69b7573a2c48663b391874800eaf88.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/power-profiles-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild X-VCS-Directories: sys-power/power-profiles-daemon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fbcad9f59c69b7573a2c48663b391874800eaf88 X-VCS-Branch: master Date: Wed, 23 Aug 2023 14:49:17 +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: 9d6d147e-cdc9-41cb-a2ea-7a913b98e4cf X-Archives-Hash: a3fd2536472dd520dc349ab46fbd9cea commit: fbcad9f59c69b7573a2c48663b391874800eaf88 Author: Pacho Ramos gentoo org> AuthorDate: Wed Aug 23 14:11:27 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Aug 23 14:48:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcad9f5 sys-power/power-profiles-daemon: Add missing dep on glib-utils Closes: https://bugs.gentoo.org/912770 Signed-off-by: Pacho Ramos gentoo.org> sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild index be8393ee1568..c229be38f329 100644 --- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild +++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild @@ -28,6 +28,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND}" BDEPEND=" + dev-util/glib-utils gtk-doc? ( dev-util/gi-docgen dev-util/gtk-doc