diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-02-29 07:39:02 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2016-03-01 00:19:08 +1300 |
commit | b7df61133b67de0b18ae97e853151d3e5c8cda45 (patch) | |
tree | a5c991146608b96bf5fd942ffb6575a942a1f3aa /www-apps/rt | |
parent | dev-perl/Locale-Maketext-Fuzzy: Copy from lower-case locale-maketext-fuzzy (diff) | |
download | gentoo-b7df61133b67de0b18ae97e853151d3e5c8cda45.tar.gz gentoo-b7df61133b67de0b18ae97e853151d3e5c8cda45.tar.bz2 gentoo-b7df61133b67de0b18ae97e853151d3e5c8cda45.zip |
www-apps/rt: Fix dependency on dev-perl/Locale-Maketext-Fuzzy
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/rt-4.2.12.ebuild | 4 |
1 files 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 b63bfacfc4fc..c9e073f7cd5c 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 |