diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:47:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:47:22 +0000 |
commit | 6474acd56880238e21ecba59fff3c572406c1f74 (patch) | |
tree | aaa8af197379595cfdc6e3d1e7b7603da41e44db /media-video/xvattr | |
parent | moved 0.8 to stable, and shipped 0.6 out due to non-compilation (Manifest rec... (diff) | |
download | gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.tar.gz gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.tar.bz2 gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.zip |
Fix use invocation
Diffstat (limited to 'media-video/xvattr')
-rw-r--r-- | media-video/xvattr/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/xvattr/xvattr-1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/xvattr/xvattr-1.3.ebuild | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/media-video/xvattr/ChangeLog b/media-video/xvattr/ChangeLog index beb3fb126920..c1548383a868 100644 --- a/media-video/xvattr/ChangeLog +++ b/media-video/xvattr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/xvattr # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.4 2004/03/30 05:10:39 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.5 2004/06/09 17:44:30 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> xvattr-1.3-r1.ebuild, + xvattr-1.3.ebuild: + Fix use invocation 30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; xvattr-1.3-r1.ebuild, xvattr-1.3.ebuild: 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 diff --git a/media-video/xvattr/xvattr-1.3.ebuild b/media-video/xvattr/xvattr-1.3.ebuild index 4dafddf1900c..fb39904bd414 100644 --- a/media-video/xvattr/xvattr-1.3.ebuild +++ b/media-video/xvattr/xvattr-1.3.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.ebuild,v 1.6 2004/03/30 05:10:39 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3.ebuild,v 1.7 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" |