diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 17:21:59 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 17:21:59 +0000 |
commit | 1db74c342926f6559f793de7efc8fb3aedbcbd0e (patch) | |
tree | 2a358c7a91d5f4d0e042eb8ab4c4101d0c8076be /www-apps/rt | |
parent | The CGI module is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-1db74c342926f6559f793de7efc8fb3aedbcbd0e.tar.gz gentoo-2-1db74c342926f6559f793de7efc8fb3aedbcbd0e.tar.bz2 gentoo-2-1db74c342926f6559f793de7efc8fb3aedbcbd0e.zip |
The CGI module is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/rt/rt-4.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index 5467afcc7af2..aca9922b09ee 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/rt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.95 2015/05/19 15:49:08 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.96 2015/06/13 17:21:59 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> rt-4.2.11.ebuild: + The CGI module is no longer part of core Perl and has been moved to dev-perl *rt-4.2.11 (19 May 2015) diff --git a/www-apps/rt/rt-4.2.11.ebuild b/www-apps/rt/rt-4.2.11.ebuild index c6765dd756ba..054f5e460a81 100644 --- a/www-apps/rt/rt-4.2.11.ebuild +++ b/www-apps/rt/rt-4.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.11.ebuild,v 1.1 2015/05/19 15:49:08 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.11.ebuild,v 1.2 2015/06/13 17:21:59 dilfridge Exp $ EAPI=5 @@ -45,7 +45,7 @@ DEPEND=" >=dev-perl/XML-RSS-1.05 >=dev-perl/dbix-searchbuilder-1.660.0 >=dev-perl/locale-maketext-lexicon-0.32 - >=virtual/perl-CGI-4 + >=dev-perl/CGI-4 >=virtual/perl-Digest-MD5-2.27 >=virtual/perl-Encode-2.730.0 >=virtual/perl-File-Spec-0.8 |