diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-06-18 15:55:24 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-06-18 15:55:24 +0000 |
commit | 2c1499d293acb4c44482328284e3516a448e2610 (patch) | |
tree | a21f562525c62d1bfc5fbdc761a53fe759e510f7 /net-misc | |
parent | Remove workarounds due to changes in build system upstream. Thanks Arfrever. (diff) | |
download | gentoo-2-2c1499d293acb4c44482328284e3516a448e2610.tar.gz gentoo-2-2c1499d293acb4c44482328284e3516a448e2610.tar.bz2 gentoo-2-2c1499d293acb4c44482328284e3516a448e2610.zip |
fix patch filename
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/unison-2.27.157.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index 640d44f9d98c..e06d2a23768a 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.68 2012/06/18 11:41:49 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.69 2012/06/18 15:55:24 heroxbd Exp $ + + 18 Jun 2012; Benda Xu <heroxbd@gentoo.org> unison-2.27.157.ebuild: + fix patch filename *unison-2.27.157 (18 Jun 2012) diff --git a/net-misc/unison/unison-2.27.157.ebuild b/net-misc/unison/unison-2.27.157.ebuild index 4d594fc24f58..ccdd60963032 100644 --- a/net-misc/unison/unison-2.27.157.ebuild +++ b/net-misc/unison/unison-2.27.157.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.27.157.ebuild,v 1.1 2012/06/18 11:41:49 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.27.157.ebuild,v 1.2 2012/06/18 15:55:24 heroxbd Exp $ EAPI="2" @@ -30,7 +30,7 @@ doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-man http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )" src_prepare() { - epatch "${FILESDIR}/${P}-as-needed.patch" + epatch "${FILESDIR}/${PN}-2.27.57-as-needed.patch" epatch "${FILESDIR}/${PN}-mymap.patch" } |