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 15DD515806E for ; Wed, 24 May 2023 11:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D3AFE07A7; Wed, 24 May 2023 11:30:50 +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 1006AE07A7 for ; Wed, 24 May 2023 11:30:50 +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 3229033BE4D for ; Wed, 24 May 2023 11:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFB28E4 for ; Wed, 24 May 2023 11:30:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1684927844.447071236919a9a8aaa7934ec3a07f9eb2a84be6.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/blueprint-compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild X-VCS-Directories: dev-util/blueprint-compiler/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 447071236919a9a8aaa7934ec3a07f9eb2a84be6 X-VCS-Branch: master Date: Wed, 24 May 2023 11:30:47 +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: cb354b32-0f3e-42fc-999f-e90407262848 X-Archives-Hash: bcee6c67b8d44fa438ae5e925ed31113 commit: 447071236919a9a8aaa7934ec3a07f9eb2a84be6 Author: Maciej Barć gentoo org> AuthorDate: Wed May 24 11:30:28 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed May 24 11:30:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44707123 dev-util/blueprint-compiler: add libadwaita test dep Closes: https://bugs.gentoo.org/907067 Signed-off-by: Maciej Barć gentoo.org> dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild index f5873dae1505..d93144b69f51 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild @@ -42,6 +42,7 @@ BDEPEND=" ) test? ( gui-libs/gtk:4[introspection] + gui-libs/libadwaita:1[introspection] ) "