diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:07:47 +0000 |
commit | fb23da8dcac9f8afe20dc2175fd50d72cde64733 (patch) | |
tree | 06143ffcbaf5f6c041a62cfe2c926eda81e759b8 /media-tv | |
parent | version bump (diff) | |
download | gentoo-2-fb23da8dcac9f8afe20dc2175fd50d72cde64733.tar.gz gentoo-2-fb23da8dcac9f8afe20dc2175fd50d72cde64733.tar.bz2 gentoo-2-fb23da8dcac9f8afe20dc2175fd50d72cde64733.zip |
repoman violations
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xawdecode/xawdecode-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/xawdecode/xawdecode-1.8.0.ebuild b/media-tv/xawdecode/xawdecode-1.8.0.ebuild index 3326fe63744d..bcca9f3064d5 100644 --- a/media-tv/xawdecode/xawdecode-1.8.0.ebuild +++ b/media-tv/xawdecode/xawdecode-1.8.0.ebuild @@ -1,5 +1,5 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 +# Distributed under the terms of the GNU General Public License v2 # $Header: IUSE="alsa jpeg encode ffmpeg xvid lirc xosd" @@ -58,7 +58,7 @@ src_compile() { use xosd \ && myconf="${myconf} --enable-xosd" \ || myconf="${myconf} --disable-xosd" - + econf ${myconf} || die "Configuration failed." emake PERF_FLAGS="${CFLAGS}" || die "Compilation failed." |