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 7E906138351 for ; Sun, 3 May 2020 17:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4BE4E0999; Sun, 3 May 2020 17:21:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99FE1E0999 for ; Sun, 3 May 2020 17:21:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88C1634F464 for ; Sun, 3 May 2020 17:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3774E213 for ; Sun, 3 May 2020 17:21:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1588526475.678544686189bfa625be9ff435a7cda2b29e4e11.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Strip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild X-VCS-Directories: dev-perl/Perl-Strip/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 678544686189bfa625be9ff435a7cda2b29e4e11 X-VCS-Branch: master Date: Sun, 3 May 2020 17:21: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: c588ac77-5c86-4a4d-a533-470621109bb3 X-Archives-Hash: b02e5f3d862c5490b472114bfa9d9d9f commit: 678544686189bfa625be9ff435a7cda2b29e4e11 Author: Kent Fredric gentoo org> AuthorDate: Sun May 3 17:20:27 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun May 3 17:21:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67854468 dev-perl/Perl-Strip: Remove IUSE="test" Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild b/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild index 38b2b7d8bb2..906cc36abec 100644 --- a/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild +++ b/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild @@ -10,7 +10,6 @@ inherit perl-module DESCRIPTION="reduce file size by stripping whitespace, comments, pod etc" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" RDEPEND=" >=virtual/perl-Digest-MD5-2.0.0