commit: bbde79f10e289c27681ddf136b8df6ab4eb462e9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:15:36 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:15:57 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bbde79f1
[fixup] dev-perl/Algorithm-FloodControl Migrate older SRC_TEST=broken to
RESRICT=test
Package-Manager: portage-2.2.10
---
dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
index f45fad3..7ea7d88 100644
--- a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
+++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.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,9 +7,9 @@ MODULE_VERSION=2.001000
inherit perl-module
DESCRIPTION='Limit event processing to count/time ratio.'
-LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
IUSE=""
perl_meta_build() {
# Cache::FastMmap
@@ -40,4 +40,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="broken"