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 B96E4139695 for ; Sat, 15 Jul 2017 23:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD5DE0CC7; Sat, 15 Jul 2017 23:46:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C94B6E0D35 for ; Sat, 15 Jul 2017 23:46:42 +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 C802A3419FC for ; Sat, 15 Jul 2017 23:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8A674A5 for ; Sat, 15 Jul 2017 23:46:39 +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: <1500162341.5d1335398fcc165f8ed69c6543b3119ff652f02d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.24.2.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5d1335398fcc165f8ed69c6543b3119ff652f02d X-VCS-Branch: master Date: Sat, 15 Jul 2017 23:46:39 +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-Archives-Salt: 4df93241-9eb2-4b2d-a4db-6897e7bff59e X-Archives-Hash: 70dab1b2a12861fadb2ccb2295eb4e5b commit: 5d1335398fcc165f8ed69c6543b3119ff652f02d Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 15 23:03:50 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 15 23:45:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d133539 dev-lang/perl: Fix broken oldversen value. TODO: Automate this. Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-lang/perl/perl-5.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild index f8594eb1265..592e583b9bc 100644 --- a/dev-lang/perl/perl-5.24.2.ebuild +++ b/dev-lang/perl/perl-5.24.2.ebuild @@ -9,7 +9,7 @@ PATCH_VER=1 CROSS_VER=1.1.4 PATCH_BASE="perl-5.24.2-patches-${PATCH_VER}" -PERL_OLDVERSEN="5.24.0" +PERL_OLDVERSEN="5.24.1 5.24.0" DIST_AUTHOR=SHAY SHORT_PV="${PV%.*}"