diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-23 12:51:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-23 12:51:49 +0000 |
commit | 21e47740183b92c10862b7136aecbdf94ee58b55 (patch) | |
tree | 598e376c7989bdba18137b5967ef1292b74774a9 /net-print | |
parent | Version bump (diff) | |
download | gentoo-2-21e47740183b92c10862b7136aecbdf94ee58b55.tar.gz gentoo-2-21e47740183b92c10862b7136aecbdf94ee58b55.tar.bz2 gentoo-2-21e47740183b92c10862b7136aecbdf94ee58b55.zip |
[net-print/gutenprint] Fix typo in ebuild
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/gutenprint/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/gutenprint/gutenprint-5.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/gutenprint/ChangeLog b/net-print/gutenprint/ChangeLog index 079660a7959f..0664bb694c41 100644 --- a/net-print/gutenprint/ChangeLog +++ b/net-print/gutenprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/gutenprint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/ChangeLog,v 1.8 2010/02/22 22:25:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/ChangeLog,v 1.9 2010/02/23 12:51:49 alexxy Exp $ + + 23 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> gutenprint-5.2.5.ebuild: + Fix typo in ebuild *gutenprint-5.2.5 (22 Feb 2010) diff --git a/net-print/gutenprint/gutenprint-5.2.5.ebuild b/net-print/gutenprint/gutenprint-5.2.5.ebuild index a3970c486115..743c5cb9dcb9 100644 --- a/net-print/gutenprint/gutenprint-5.2.5.ebuild +++ b/net-print/gutenprint/gutenprint-5.2.5.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/net-print/gutenprint/gutenprint-5.2.5.ebuild,v 1.1 2010/02/22 22:25:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/gutenprint-5.2.5.ebuild,v 1.2 2010/02/23 12:51:49 alexxy Exp $ inherit autotools flag-o-matic eutils multilib @@ -29,7 +29,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-CFLAGS.patch + epatch "${FILESDIR}/${PN}-5.2.4-CFLAGS.patch" # IJS Patch sed -i -e "s:<ijs\([^/]\):<ijs/ijs\1:g" src/ghost/ijsgutenprint.c || die "sed failed" |