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 8EB6A158095 for ; Wed, 10 Aug 2022 06:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B6E2E0F15; Wed, 10 Aug 2022 06:03:10 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 70884E0F15 for ; Wed, 10 Aug 2022 06:03:10 +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 7D786341163 for ; Wed, 10 Aug 2022 06:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1516B55B for ; Wed, 10 Aug 2022 06:03:08 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1660111385.40236cfdde29d36540af3ec467a19273be8210a9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/w3m-0.5.3_p20220429.ebuild X-VCS-Directories: www-client/w3m/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 40236cfdde29d36540af3ec467a19273be8210a9 X-VCS-Branch: master Date: Wed, 10 Aug 2022 06:03:08 +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: 5efbf358-3bde-44df-beff-d3a4cf5f14e6 X-Archives-Hash: e30afcdf14dd42b5df6bca2ee92ab9e2 commit: 40236cfdde29d36540af3ec467a19273be8210a9 Author: Joonas Niilola gentoo org> AuthorDate: Wed Aug 10 05:57:19 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 10 06:03:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40236cfd www-client/w3m: add a missing BDEPEND for gettext Closes: https://bugs.gentoo.org/815439 Signed-off-by: Joonas Niilola gentoo.org> www-client/w3m/w3m-0.5.3_p20220429.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild b/www-client/w3m/w3m-0.5.3_p20220429.ebuild index c1c3e63734a0..41a46157de64 100644 --- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild @@ -45,6 +45,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + sys-devel/gettext virtual/pkgconfig "