diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-14 17:01:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-14 17:01:21 +0000 |
commit | a6b44ab8aa247411d1a065a67ffc62f0500cda89 (patch) | |
tree | 62a8209292e03d34bacd31a2f0ac687216fc9f22 /sci-chemistry | |
parent | old (diff) | |
download | gentoo-2-a6b44ab8aa247411d1a065a67ffc62f0500cda89.tar.gz gentoo-2-a6b44ab8aa247411d1a065a67ffc62f0500cda89.tar.bz2 gentoo-2-a6b44ab8aa247411d1a065a67ffc62f0500cda89.zip |
Corrected wrong naming of patch
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/refmac/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/refmac/refmac-5.5.0109.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/refmac/ChangeLog b/sci-chemistry/refmac/ChangeLog index 15650f6a03bb..4e9ff671c8f6 100644 --- a/sci-chemistry/refmac/ChangeLog +++ b/sci-chemistry/refmac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/refmac # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.1 2010/02/02 22:43:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.2 2010/02/14 17:01:21 jlec Exp $ + + 14 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + refmac-5.5.0109.ebuild: + Corrected wrong naming of patch *refmac-5.5.0109 (02 Feb 2010) diff --git a/sci-chemistry/refmac/refmac-5.5.0109.ebuild b/sci-chemistry/refmac/refmac-5.5.0109.ebuild index 2455aa9aaaeb..484ee75241e8 100644 --- a/sci-chemistry/refmac/refmac-5.5.0109.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0109.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0109.ebuild,v 1.1 2010/02/02 22:43:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0109.ebuild,v 1.2 2010/02/14 17:01:21 jlec Exp $ EAPI="2" @@ -31,7 +31,7 @@ PATCHES=( src_prepare() { base_src_prepare - use test && epatch "${FILESDIR}"/test.log.patch + use test && epatch "${FILESDIR}"/$(get_version_component_range 1-2 ${PV})-test.log.patch } src_compile() { |