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 C2FBB1388C1 for ; Mon, 29 Feb 2016 15:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A5F9E07FA; Mon, 29 Feb 2016 15:37:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EFD221C003 for ; Mon, 29 Feb 2016 15:37:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A04D340B30 for ; Mon, 29 Feb 2016 15:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC4A1CEB for ; Mon, 29 Feb 2016 15:36:56 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456744748.b7df61133b67de0b18ae97e853151d3e5c8cda45.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/rt/rt-4.2.12.ebuild X-VCS-Directories: www-apps/rt/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b7df61133b67de0b18ae97e853151d3e5c8cda45 X-VCS-Branch: master Date: Mon, 29 Feb 2016 15:36:56 +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: c0ebe6cb-1dd5-4caa-85c1-3a55ae23cfcd X-Archives-Hash: 7e4125c69cbb690ff2f01b2aed3b3dff commit: b7df61133b67de0b18ae97e853151d3e5c8cda45 Author: Kent Fredric gmail com> AuthorDate: Sun Feb 28 18:39:02 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Feb 29 11:19:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7df6113 www-apps/rt: Fix dependency on dev-perl/Locale-Maketext-Fuzzy Package-Manager: portage-2.2.27 www-apps/rt/rt-4.2.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/rt/rt-4.2.12.ebuild b/www-apps/rt/rt-4.2.12.ebuild index b63bfac..c9e073f 100644 --- a/www-apps/rt/rt-4.2.12.ebuild +++ b/www-apps/rt/rt-4.2.12.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$ @@ -101,7 +101,7 @@ DEPEND=" dev-perl/TimeDate dev-perl/UNIVERSAL-require dev-perl/libwww-perl - dev-perl/locale-maketext-fuzzy + dev-perl/Locale-Maketext-Fuzzy dev-perl/net-server dev-perl/regexp-common dev-perl/text-template