app-admin/hardening-check: restrict test, wrt bug #632245
authorAgostino Sarubbo <ago@gentoo.org>
Sat, 30 Sep 2017 17:24:34 +0000 (19:24 +0200)
committerAgostino Sarubbo <ago@gentoo.org>
Sat, 30 Sep 2017 17:24:34 +0000 (19:24 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
app-admin/hardening-check/hardening-check-2.7.ebuild

index 89d34e65467ca717c6aafd78a7ab7d2c80618c6c..48aab59373bd57750e4f407fcad79a3a7a198813 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,6 +17,8 @@ SLOT="0"
 DEPEND=""
 RDEPEND=""
 
+RESTRICT="test"
+
 S="${WORKDIR}/${MY_PN}"
 
 src_compile() { :; }