commit: 26e49462eca2c682a556767ab7d372622a99aa50
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:29:19 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:29:34 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=26e49462
[fixup] dev-perl/Lingua-Translate SRC_TEST=broken to RESTRICT=test
Package-Manager: portage-2.2.10
---
dev-perl/Lingua-Translate/Lingua-Translate-0.90.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Lingua-Translate/Lingua-Translate-0.90.0.ebuild
b/dev-perl/Lingua-Translate/Lingua-Translate-0.90.0.ebuild
index 2e4f19e..6b49d17 100644
--- a/dev-perl/Lingua-Translate/Lingua-Translate-0.90.0.ebuild
+++ b/dev-perl/Lingua-Translate/Lingua-Translate-0.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 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=0.09
inherit perl-module
DESCRIPTION='Translate text from one language to another'
-LICENSE="|| ( Artistic GPL-2 )"
+RESTRICT=test
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -29,4 +29,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="broken"