diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:31:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:31:49 +0000 |
commit | c59fa123403b7df02a818ecd76009fd9105e1767 (patch) | |
tree | 5c245a703f96c976dcaa41c5a9db42326adfba1b /media-video/camstream/camstream-0.26.3.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-c59fa123403b7df02a818ecd76009fd9105e1767.tar.gz gentoo-2-c59fa123403b7df02a818ecd76009fd9105e1767.tar.bz2 gentoo-2-c59fa123403b7df02a818ecd76009fd9105e1767.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'media-video/camstream/camstream-0.26.3.ebuild')
-rw-r--r-- | media-video/camstream/camstream-0.26.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/camstream/camstream-0.26.3.ebuild b/media-video/camstream/camstream-0.26.3.ebuild index d12e45cde44a..7cfdfbac45cf 100644 --- a/media-video/camstream/camstream-0.26.3.ebuild +++ b/media-video/camstream/camstream-0.26.3.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-video/camstream/camstream-0.26.3.ebuild,v 1.6 2004/06/25 00:37:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.7 2004/07/14 21:31:49 agriffis Exp $ inherit eutils gnuconfig @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/qt-3" src_unpack () { unpack ${A} cd ${S} - use amd64 && gnuconfig_update + gnuconfig_update # Camstream has 32 bit asssembler normally. use amd64 && epatch ${FILESDIR}/x86_64-asm.patch } |