diff options
Diffstat (limited to 'x11-misc/xsnap/xsnap-1.3.ebuild')
-rw-r--r-- | x11-misc/xsnap/xsnap-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xsnap/xsnap-1.3.ebuild b/x11-misc/xsnap/xsnap-1.3.ebuild index b7397251b248..f43c3a4517d3 100644 --- a/x11-misc/xsnap/xsnap-1.3.ebuild +++ b/x11-misc/xsnap/xsnap-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/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.5 2004/04/27 21:08:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.6 2004/05/01 01:16:44 port001 Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="virtual/x11" src_unpack() { unpack ${A} cd ${WORKDIR} - use amd64 && epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |