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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEB761382C5 for ; Sat, 12 Jun 2021 22:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CA5E081B; Sat, 12 Jun 2021 22:45:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B61F3E081B for ; Sat, 12 Jun 2021 22:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D0A234081F for ; Sat, 12 Jun 2021 22:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4FF796 for ; Sat, 12 Jun 2021 22:45:37 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1623537926.e0cfd1ce14fb424e7f8d44a5d2765ac131e86e43.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Frontier-RPC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild X-VCS-Directories: dev-perl/Frontier-RPC/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e0cfd1ce14fb424e7f8d44a5d2765ac131e86e43 X-VCS-Branch: master Date: Sat, 12 Jun 2021 22:45:37 +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: 77e08dcb-ea60-4b76-8b42-7a7fc6be9685 X-Archives-Hash: 8ff18ea17abd79b52682d5851bd99391 commit: e0cfd1ce14fb424e7f8d44a5d2765ac131e86e43 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 12 22:43:02 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 12 22:45:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cfd1ce dev-perl/Frontier-RPC: Add missing dependency Closes: https://bugs.gentoo.org/794019 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> ...ontier-RPC-0.07_beta4-r3.ebuild => Frontier-RPC-0.07_beta4-r4.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild b/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild similarity index 96% rename from dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild rename to dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild index 0fbb9b65745..b6ac54cb255 100644 --- a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild +++ b/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" + dev-perl/HTTP-Daemon dev-perl/XML-Parser dev-perl/libwww-perl "