From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1578698-garchives=archives.gentoo.org@lists.gentoo.org> 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 28AED158013 for <garchives@archives.gentoo.org>; Mon, 11 Dec 2023 05:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53DCA2BC042; Mon, 11 Dec 2023 05:56:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33F922BC042 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 05:56:18 +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 3E90D33E3A9 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 05:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84A2914B1 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 05:56:15 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1702274116.5e9e3a0f157024fb08d13e335e9a228240cba8ae.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/girara/girara-0.4.0-r1.ebuild dev-libs/girara/girara-9999.ebuild X-VCS-Directories: dev-libs/girara/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5e9e3a0f157024fb08d13e335e9a228240cba8ae X-VCS-Branch: master Date: Mon, 11 Dec 2023 05:56:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ad358b8-27db-4082-8d75-4aeb3839b396 X-Archives-Hash: 517a9a23476d43aa3f854dbf9d0e02b0 commit: 5e9e3a0f157024fb08d13e335e9a228240cba8ae Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Mon Dec 11 01:00:25 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Dec 11 05:55:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9e3a0f dev-libs/girara: fix DEPEND Fixes: 81e700213dba4fce523e2b99e3379efea316dd2e Closes: https://bugs.gentoo.org/919697 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/34227 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/girara/girara-0.4.0-r1.ebuild | 6 ++++-- dev-libs/girara/girara-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-libs/girara/girara-0.4.0-r1.ebuild b/dev-libs/girara/girara-0.4.0-r1.ebuild index fabf3738eeaf..902bd4c2d04e 100644 --- a/dev-libs/girara/girara-0.4.0-r1.ebuild +++ b/dev-libs/girara/girara-0.4.0-r1.ebuild @@ -33,8 +33,10 @@ RDEPEND=" x11-libs/pango libnotify? ( x11-libs/libnotify ) " -DEPEND="${DEPEND} - x11-base/xorg-proto" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" # Tests are run under virtx BDEPEND=" virtual/pkgconfig diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild index 07acaf7c0d67..745a051df330 100644 --- a/dev-libs/girara/girara-9999.ebuild +++ b/dev-libs/girara/girara-9999.ebuild @@ -34,8 +34,10 @@ RDEPEND=" x11-libs/pango libnotify? ( x11-libs/libnotify ) " -DEPEND="${DEPEND} - x11-base/xorg-proto" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" # Tests are run under virtx BDEPEND=" virtual/pkgconfig