diff options
author | Ian Leitch <port001@gentoo.org> | 2004-05-01 01:16:44 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-05-01 01:16:44 +0000 |
commit | 6898afcaa1dac476419bcbe8a79aeb29d2bfd7d5 (patch) | |
tree | 7f7f6a2ffaf0c06abc0a04fa5f536a0e75ac0cbd /x11-misc/xsnap | |
parent | Non trivial HOMEPAGE and SRC_URI fixes (Manifest recommit) (diff) | |
download | gentoo-2-6898afcaa1dac476419bcbe8a79aeb29d2bfd7d5.tar.gz gentoo-2-6898afcaa1dac476419bcbe8a79aeb29d2bfd7d5.tar.bz2 gentoo-2-6898afcaa1dac476419bcbe8a79aeb29d2bfd7d5.zip |
patch all archs
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 87ac51acbbf4..facdc8facfc4 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.6 2004/04/27 21:08:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.7 2004/05/01 01:16:44 port001 Exp $ + + 01 May 2004; Ian Leitch <port001@gentoo.org> xsnap-1.3.ebuild: + patch all archs 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xsnap-1.3.ebuild: Add inherit eutils 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() { |