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 10030138206 for ; Tue, 26 Apr 2016 20:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5A621C071; Tue, 26 Apr 2016 20:03:15 +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 3E7EE21C030 for ; Tue, 26 Apr 2016 20:03:14 +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 3D7F4340C50 for ; Tue, 26 Apr 2016 20:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F9096C for ; Tue, 26 Apr 2016 20:03:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1461700974.b3020072cf63fc0c941407ccf7b82b3e21c9b7a2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/Apache-Gallery/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild X-VCS-Directories: www-apps/Apache-Gallery/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b3020072cf63fc0c941407ccf7b82b3e21c9b7a2 X-VCS-Branch: master Date: Tue, 26 Apr 2016 20:03:09 +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: 806a6424-5813-44fc-aabe-0b8734f38451 X-Archives-Hash: 1145ae7c6c3f4e6a1d9ed7f250913780 commit: b3020072cf63fc0c941407ccf7b82b3e21c9b7a2 Author: Kent Fredric gmail com> AuthorDate: Mon Apr 25 06:33:27 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Apr 26 20:02:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3020072 www-apps/Apache-Gallery: Fix dependency on dev-perl/Text-Template Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild index aec92c5..52d8bb7 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild @@ -28,7 +28,7 @@ DEPEND="${DEPEND} dev-perl/URI >=dev-perl/Image-Info-1.40.0 >=dev-perl/Image-Size-2.990.0 - dev-perl/text-template + dev-perl/Text-Template >=dev-perl/CGI-3.08 dev-perl/Image-Imlib2 "