From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaWec-0003It-IK for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:28:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEDD71C158; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA3BE1C158 for ; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AAF02AC06D for ; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DB95180042 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: perl-core/encoding-warnings/ X-VCS-Repository: proj/sci X-VCS-Files: perl-core/encoding-warnings/ChangeLog perl-core/encoding-warnings/encoding-warnings-0.11.ebuild X-VCS-Directories: perl-core/encoding-warnings/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bfc3c93ca1f2eaa7b76406e3bab4219d3188bccd Date: Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5ac6c9313ae5c09823faac030ceeab4b commit: bfc3c93ca1f2eaa7b76406e3bab4219d3188bccd Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 13:43:16 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 13:43:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dbfc3c93c RDEPEND is not explicitly assigned -> fixed (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- perl-core/encoding-warnings/ChangeLog | 5 ++++- .../encoding-warnings-0.11.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-core/encoding-warnings/ChangeLog b/perl-core/encoding-w= arnings/ChangeLog index 0e46fef..cce70e1 100644 --- a/perl-core/encoding-warnings/ChangeLog +++ b/perl-core/encoding-warnings/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for perl-core/encoding-warnings -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher encoding-warnings-0.11.eb= uild: + RDEPEND is not explicitly assigned -> fixed + *encoding-warnings-0.11 (22 Jun 2010) =20 22 Jun 2010; Andreas K. Huettel (dilfridge) diff --git a/perl-core/encoding-warnings/encoding-warnings-0.11.ebuild b/= perl-core/encoding-warnings/encoding-warnings-0.11.ebuild index 1a37e29..b4d3f0c 100644 --- a/perl-core/encoding-warnings/encoding-warnings-0.11.ebuild +++ b/perl-core/encoding-warnings/encoding-warnings-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -15,3 +15,4 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 DEPEND=3D"dev-lang/perl" +RDEPEND=3D"${DEPEND}"