diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:44:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:44:59 +0000 |
commit | b3b8de33220cbe4034ec0f495d6db8b0ebf1a266 (patch) | |
tree | 25197325f32edb75ff25aa7d4cb1d6abbdca9717 /media-video/xvattr/xvattr-1.3-r1.ebuild | |
parent | moved 0.8 to stable, and shipped 0.6 out due to non-compilation (diff) | |
download | historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.gz historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.bz2 historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.zip |
Fix use invocation
Diffstat (limited to 'media-video/xvattr/xvattr-1.3-r1.ebuild')
-rw-r--r-- | media-video/xvattr/xvattr-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/xvattr/xvattr-1.3-r1.ebuild b/media-video/xvattr/xvattr-1.3-r1.ebuild index a6affa840892..b2f707211faa 100644 --- a/media-video/xvattr/xvattr-1.3-r1.ebuild +++ b/media-video/xvattr/xvattr-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r1.ebuild,v 1.3 2004/03/30 05:10:39 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r1.ebuild,v 1.4 2004/06/09 17:44:30 agriffis Exp $ DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" @@ -16,7 +16,7 @@ RDEPEND="${DEPEND}" src_compile() { # If no gtk then modify the necessary parts so that gtk isn't needed anymore - if [ -z `use gtk` ] + if ! use gtk then cd ${S} rm Makefile.in |