diff options
author | 2004-11-28 19:08:02 +0000 | |
---|---|---|
committer | 2004-11-28 19:08:02 +0000 | |
commit | 50b81636cd3f30541049d90a036996b39a60e666 (patch) | |
tree | 11be32b79bec162f7f3cb5f17d78226ddfad3142 /media-sound/kid3/kid3-0.4.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-50b81636cd3f30541049d90a036996b39a60e666.tar.gz gentoo-2-50b81636cd3f30541049d90a036996b39a60e666.tar.bz2 gentoo-2-50b81636cd3f30541049d90a036996b39a60e666.zip |
Added a patch to the configure script to honor the arts USE flag. Fixes bug #70703.
Diffstat (limited to 'media-sound/kid3/kid3-0.4.ebuild')
-rw-r--r-- | media-sound/kid3/kid3-0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/kid3/kid3-0.4.ebuild b/media-sound/kid3/kid3-0.4.ebuild index 8552522d41ad..c120e0c7c263 100644 --- a/media-sound/kid3/kid3-0.4.ebuild +++ b/media-sound/kid3/kid3-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.7 2004/09/28 19:40:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.8 2004/11/28 19:08:02 motaboy Exp $ IUSE="" @@ -23,4 +23,5 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-gcc34.patch + use arts || epatch ${FILESDIR}/${P}-configure.patch } |