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 06440159C9B for ; Sun, 4 Aug 2024 07:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1CFE2A5F; Sun, 4 Aug 2024 07:19:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DE89E2A5F for ; Sun, 4 Aug 2024 07:19:36 +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 DDF6B343007 for ; Sun, 4 Aug 2024 07:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF771E9A for ; Sun, 4 Aug 2024 07:19:33 +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: <1722755923.7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild X-VCS-Directories: app-text/htmlrecode/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b X-VCS-Branch: master Date: Sun, 4 Aug 2024 07:19:33 +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: 33673bf4-2583-402a-8e90-623eb7d7e69e X-Archives-Hash: dea94f26ea96831decf6aa20473dd60f commit: 7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 4 07:18:43 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 4 07:18:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b73ca4d app-text/htmlrecode: add missing perl bdepend * QA Notice: command not found: * * /bin/sh: line 9: perl: command not found * /bin/sh: line 9: perl: command not found * /bin/sh: line 9: perl: command not found Signed-off-by: Joonas Niilola gentoo.org> app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild index 36dd29809cda..1f436003b80a 100644 --- a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +BDEPEND="dev-lang/perl" + PATCHES=( "${FILESDIR}/${P}-ar.patch" ) src_prepare() {