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 1298E15808B for ; Thu, 17 Feb 2022 16:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AC04E0801; Thu, 17 Feb 2022 16:01:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 31718E0801 for ; Thu, 17 Feb 2022 16:01:29 +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 49127342E66 for ; Thu, 17 Feb 2022 16:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D8B1EF for ; Thu, 17 Feb 2022 16:01:26 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1645113681.1aa24a2e76949ac2d2493daddddb247247d9c5e5.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlMol/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PerlMol/PerlMol-0.3500.ebuild X-VCS-Directories: dev-perl/PerlMol/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 1aa24a2e76949ac2d2493daddddb247247d9c5e5 X-VCS-Branch: master Date: Thu, 17 Feb 2022 16:01:26 +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: d0135d38-bcbc-46cc-9064-5c02eb67ce5f X-Archives-Hash: 39a47dc09a4f2ca5532d8ed5e19ca6ba commit: 1aa24a2e76949ac2d2493daddddb247247d9c5e5 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Feb 17 16:01:21 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Feb 17 16:01:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa24a2e dev-perl/PerlMol: Fix warning and add missing dep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov gentoo.org> dev-perl/PerlMol/PerlMol-0.3500.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PerlMol/PerlMol-0.3500.ebuild b/dev-perl/PerlMol/PerlMol-0.3500.ebuild index 4f12fb1d3b5a..7f612787d1fd 100644 --- a/dev-perl/PerlMol/PerlMol-0.3500.ebuild +++ b/dev-perl/PerlMol/PerlMol-0.3500.ebuild @@ -4,7 +4,6 @@ EAPI=8 DIST_AUTHOR=ITUB -DIST_VERSION=0.3500 inherit perl-module DESCRIPTION="PerlMol - Perl modules for molecular chemistry" @@ -20,5 +19,6 @@ RDEPEND=" virtual/perl-Scalar-List-Utils " BDEPEND="${RDEPEND} + dev-perl/Module-Install virtual/perl-ExtUtils-MakeMaker "