summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2013-09-28 08:21:16 +0000
committerDaniel Pielmeier <billie@gentoo.org>2013-09-28 08:21:16 +0000
commite8f480c17ccc834bf5482cac9b7b2a002c228ab8 (patch)
tree8c26494388080f6076c669c24ef831a4a0130612 /sys-fs
parentFix unit file (#485924 by Tilo Prütz) (diff)
downloadgentoo-2-e8f480c17ccc834bf5482cac9b7b2a002c228ab8.tar.gz
gentoo-2-e8f480c17ccc834bf5482cac9b7b2a002c228ab8.tar.bz2
gentoo-2-e8f480c17ccc834bf5482cac9b7b2a002c228ab8.zip
The tests require superuser privileges.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fatsort/ChangeLog5
-rw-r--r--sys-fs/fatsort/fatsort-1.1.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog
index cf07cfdafd13..f29d5cbce662 100644
--- a/sys-fs/fatsort/ChangeLog
+++ b/sys-fs/fatsort/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fatsort
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.34 2013/07/05 16:08:32 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.35 2013/09/28 08:21:16 billie Exp $
+
+ 28 Sep 2013; Daniel Pielmeier <billie@gentoo.org> fatsort-1.1.1.ebuild:
+ The tests require superuser privileges.
05 Jul 2013; Daniel Pielmeier <billie@gentoo.org> -fatsort-0.9.17.269.ebuild:
Remove old.
diff --git a/sys-fs/fatsort/fatsort-1.1.1.ebuild b/sys-fs/fatsort/fatsort-1.1.1.ebuild
index a1f1531af9ca..a41a9a7f80e3 100644
--- a/sys-fs/fatsort/fatsort-1.1.1.ebuild
+++ b/sys-fs/fatsort/fatsort-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-1.1.1.ebuild,v 1.3 2013/06/30 18:17:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-1.1.1.ebuild,v 1.4 2013/09/28 08:21:16 billie Exp $
EAPI=5
@@ -20,6 +20,8 @@ IUSE="test"
DEPEND="test? ( dev-util/bbe sys-fs/dosfstools )"
+RESTRICT="test? ( userpriv )"
+
S=${WORKDIR}/${MY_P}
src_prepare() {