net-misc/aria2: Add missing cond RESTRICT=test
authorMichał Górny <mgorny@gentoo.org>
Sat, 2 Jul 2016 21:15:51 +0000 (23:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 2 Jul 2016 21:19:18 +0000 (23:19 +0200)
net-misc/aria2/aria2-1.15.2.ebuild
net-misc/aria2/aria2-1.23.0.ebuild
net-misc/aria2/aria2-1.24.0.ebuild

index 53100fa649b385b06b12ce9fff81f044959de03f..374b9f316fad08acba49b0a8e1581ccb1117e863 100644 (file)
@@ -44,6 +44,8 @@ RDEPEND="${CDEPEND}
        nls? ( virtual/libiconv virtual/libintl )
        scripts? ( dev-lang/ruby )"
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
        if use scripts && use !xmlrpc && use !metalink; then
                ewarn "Please note that you may need to enable USE=xmlrpc to run the aria2rpc"
index 72e117fe5a6031007ce4a21904e85f3b1bf577f0..38d2f5320aa72ea274e92153f2fc3055d2012b14 100644 (file)
@@ -52,6 +52,7 @@ RDEPEND="${CDEPEND}
 
 REQUIRED_USE="jemalloc? ( !tcmalloc )
        tcmalloc? ( !jemalloc )"
+RESTRICT="!test? ( test )"
 
 pkg_setup() {
        if use scripts && use !xmlrpc && use !metalink; then
index 72e117fe5a6031007ce4a21904e85f3b1bf577f0..38d2f5320aa72ea274e92153f2fc3055d2012b14 100644 (file)
@@ -52,6 +52,7 @@ RDEPEND="${CDEPEND}
 
 REQUIRED_USE="jemalloc? ( !tcmalloc )
        tcmalloc? ( !jemalloc )"
+RESTRICT="!test? ( test )"
 
 pkg_setup() {
        if use scripts && use !xmlrpc && use !metalink; then