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.5.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.5.ebuild')
-rw-r--r-- | media-sound/kid3/kid3-0.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/kid3/kid3-0.5.ebuild b/media-sound/kid3/kid3-0.5.ebuild index 7ff79018eb41..7bc4ccfa1eaf 100644 --- a/media-sound/kid3/kid3-0.5.ebuild +++ b/media-sound/kid3/kid3-0.5.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.5.ebuild,v 1.2 2004/11/01 20:01:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.5.ebuild,v 1.3 2004/11/28 19:05:07 motaboy Exp $ IUSE="" @@ -18,3 +18,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ppc64" DEPEND=">=media-libs/id3lib-3.8.3" need-kde 3.1 +src_unpack() { + kde_src_unpack + + use arts || epatch ${FILESDIR}/${P}-configure.patch +} |