From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 53D2E1580F6 for ; Mon, 19 May 2025 15:42:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 40C5E3430E1 for ; Mon, 19 May 2025 15:42:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 18AB5110497; Mon, 19 May 2025 15:41:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 0BF80110497 for ; Mon, 19 May 2025 15:41:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B68723430A0 for ; Mon, 19 May 2025 15:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269E127A7 for ; Mon, 19 May 2025 15:41:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1747669302.d97fb43e91ba6eaec817d972b47b4b8fcd34d824.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-dict/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild X-VCS-Directories: xfce-extra/xfce4-dict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d97fb43e91ba6eaec817d972b47b4b8fcd34d824 X-VCS-Branch: master Date: Mon, 19 May 2025 15:41:48 +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: 839d4ea3-9f4a-4ed4-b03a-739416666248 X-Archives-Hash: b914854d769be7f2d9409c853011468c commit: d97fb43e91ba6eaec817d972b47b4b8fcd34d824 Author: Michał Górny gentoo org> AuthorDate: Mon May 19 15:37:52 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 19 15:41:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97fb43e xfce-extra/xfce4-dict: Add dev-libs/glib to BDEPEND Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild index 9e8499636f56..2fbec435b578 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.8.9.ebuild @@ -26,7 +26,9 @@ DEPEND=" RDEPEND=" ${DEPEND} " +# dev-libs/glib for glib-compile-resources BDEPEND=" + >=dev-libs/glib-2.66.0 dev-util/gdbus-codegen virtual/pkgconfig "