commit: f3e90e7dd9de62adb70c74af95751b59bc61db38 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Oct 11 18:32:50 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Oct 11 18:32:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3e90e7d
[fixup] dev-perl/MojoMojo SRC_TEST=broken to RESTRICT=test Package-Manager: portage-2.2.10 --- dev-perl/MojoMojo/MojoMojo-1.90.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-perl/MojoMojo/MojoMojo-1.90.0.ebuild b/dev-perl/MojoMojo/MojoMojo-1.90.0.ebuild index f855307..5450674 100644 --- a/dev-perl/MojoMojo/MojoMojo-1.90.0.ebuild +++ b/dev-perl/MojoMojo/MojoMojo-1.90.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -7,7 +7,7 @@ MODULE_VERSION=1.09 inherit perl-module DESCRIPTION='A Wiki with a tree' -LICENSE=" || ( Artistic GPL-2 )" +RESTRICT=test SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -201,4 +201,3 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " -SRC_TEST="broken"