From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1283714-garchives=archives.gentoo.org@lists.gentoo.org> 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 A77251382C5 for <garchives@archives.gentoo.org>; Tue, 18 May 2021 23:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0604CE076B; Tue, 18 May 2021 23:20:32 +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 E296CE076B for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 23:20:31 +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 2DFBD335D8B for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 23:20:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BF764D for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 23:20:26 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1621379658.0b4beb65b8ef80817eaae8feec24623cd1b4640e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild X-VCS-Directories: dev-perl/Pod-LaTeX/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b4beb65b8ef80817eaae8feec24623cd1b4640e X-VCS-Branch: master Date: Tue, 18 May 2021 23:20:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89f43b6c-5bde-4bd9-a133-c673f007e310 X-Archives-Hash: fc0ac5184ef7b744382b4a0517e0dfdf commit: 0b4beb65b8ef80817eaae8feec24623cd1b4640e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 18 23:14:18 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 18 23:14:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4beb65 dev-perl/Pod-LaTeX: fix MissingTestRestrict Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild index 32d638f2881..6edc8fd633d 100644 --- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild +++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Convert Pod data to formatted LaTeX" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Pod-Parser