From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6043559CAF for ; Fri, 8 Apr 2016 13:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2602C21C08F; Fri, 8 Apr 2016 13:32:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDDBB21C08F for ; Fri, 8 Apr 2016 13:32:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B31F2340DA0 for ; Fri, 8 Apr 2016 13:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF603201 for ; Fri, 8 Apr 2016 13:32:32 +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: <1460121697.2bc73244cbdbb36098ca25f1ef380267cc0f8c38.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-EncodedColumn/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild X-VCS-Directories: dev-perl/DBIx-Class-EncodedColumn/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2bc73244cbdbb36098ca25f1ef380267cc0f8c38 X-VCS-Branch: master Date: Fri, 8 Apr 2016 13:32:32 +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: d8e5f65c-cc05-41c7-acd1-48accb521a34 X-Archives-Hash: 0bc4845585d13203e04cea65011b367e commit: 2bc73244cbdbb36098ca25f1ef380267cc0f8c38 Author: Kent Fredric gmail com> AuthorDate: Fri Apr 8 13:21:37 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Apr 8 13:21:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2bc73244 dev-perl/DBIx-Class-EncodedColumn: Fix dep on dev-perl/Math-Pari Package-Manager: portage-2.2.28 .../DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild b/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild index f8d2d47..8022f4d 100644 --- a/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild +++ b/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND=" virtual/perl-Digest-SHA virtual/perl-Digest-MD5 dev-perl/Crypt-OpenPGP - dev-perl/math-pari + dev-perl/Math-Pari dev-perl/Crypt-Eksblowfish ) "