summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-16 01:37:24 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-16 01:37:24 +0000
commitc89a4e1648503d4567f50a49b7a51443461b9c4c (patch)
treeefee443c71065a36de25814ec3205fd66bbdb990 /dev-util/git/git-1.6.3.1.ebuild
parentVersion bump (diff)
downloadgentoo-2-c89a4e1648503d4567f50a49b7a51443461b9c4c.tar.gz
gentoo-2-c89a4e1648503d4567f50a49b7a51443461b9c4c.tar.bz2
gentoo-2-c89a4e1648503d4567f50a49b7a51443461b9c4c.zip
Bug #278738: Do not use FEATURES.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/git/git-1.6.3.1.ebuild')
-rw-r--r--dev-util/git/git-1.6.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/git/git-1.6.3.1.ebuild b/dev-util/git/git-1.6.3.1.ebuild
index 2027b1518fc0..4d11feeea2ba 100644
--- a/dev-util/git/git-1.6.3.1.ebuild
+++ b/dev-util/git/git-1.6.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.3.1.ebuild,v 1.2 2009/09/16 01:27:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.3.1.ebuild,v 1.3 2009/09/16 01:37:24 robbat2 Exp $
EAPI=2
@@ -293,7 +293,7 @@ src_test() {
cvs=0
use cvs && let cvs=$cvs+1
- if ! has userpriv "${FEATURES}"; then
+ if [[ ${EUID} -eq 0 ]]; then
if [[ $cvs -eq 1 ]]; then
ewarn "Skipping CVS tests because CVS does not work as root!"
ewarn "You should retest with FEATURES=userpriv!"