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 0E3D5138202 for ; Fri, 26 Apr 2013 20:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8922DE0CAC; Fri, 26 Apr 2013 20:31:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4E59E0CAD for ; Fri, 26 Apr 2013 20:31:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4838D33DF77 for ; Fri, 26 Apr 2013 20:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E7C3BE4405 for ; Fri, 26 Apr 2013 20:31:15 +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: <1367007780.1c941ffa9b4eb7041c104ba1f98bb473484f84f9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Plugin-Type/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Class-DBI-Plugin-Type/ChangeLog dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild X-VCS-Directories: dev-perl/Class-DBI-Plugin-Type/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1c941ffa9b4eb7041c104ba1f98bb473484f84f9 X-VCS-Branch: master Date: Fri, 26 Apr 2013 20:31:15 +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: f2d6dc4a-516d-4194-b1d8-0411bf4ea182 X-Archives-Hash: 9c3d0f89ca9acce70016f9cedbcb3f27 commit: 1c941ffa9b4eb7041c104ba1f98bb473484f84f9 Author: Kent Fredric gmail com> AuthorDate: Fri Apr 26 20:23:00 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Apr 26 20:23:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c941ffa [fixdep] Class-DBI-Plugin-Type -> DBI ( normalize ) Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Class-DBI-Plugin-Type/ChangeLog | 8 ++++++++ .../Class-DBI-Plugin-Type-0.02.ebuild | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-perl/Class-DBI-Plugin-Type/ChangeLog b/dev-perl/Class-DBI-Plugin-Type/ChangeLog new file mode 100644 index 0000000..ae4e968 --- /dev/null +++ b/dev-perl/Class-DBI-Plugin-Type/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Class-DBI-Plugin-Type +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 26 Apr 2013; Kent Fredric + Class-DBI-Plugin-Type-0.02.ebuild: + Fix dependency on DBI ( normalize ) + diff --git a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild index 66c8a1f..af8dde9 100644 --- a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild +++ b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-perl/Class-DBI - >=dev-perl/DBI-0.94 + >=dev-perl/DBI-0.940.0 "