On 02/26/2010 10:50 PM, Patrick Lauer (patrick) wrote:
> patrick 10/02/26 20:50:29
>
> Modified: ChangeLog
> Added: zzuf-0.13.ebuild
> Log:
> Bump
> (Portage version: 2.2_rc63/cvs/Linux x86_64)
>
> 1.1 app-forensics/zzuf/zzuf-0.13.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.1&content-type=text/plain
>
> Index: zzuf-0.13.ebuild
> ===================================================================
> # Copyright 1999-2010 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> # $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild,v 1.1
> 2010/02/26 20:50:28 patrick Exp $
>
[ .. ]
> src_test() {
> if hasq sandbox ${FEATURES}; then
> ewarn "zzuf tests don't work correctly when sandbox is enabled,"
> ewarn "skipping tests. If you want to run the testsuite, please"
> ewarn "disable sandbox for this build."
> return
> fi
Testing FEATURES from ebuild? You shouldn't do that.