diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-01-31 20:16:42 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-01-31 20:16:42 +0000 |
commit | ad44f3d5201f28b09cdbbdf5f019ff4d3a05a31f (patch) | |
tree | a64429cddc57fea18559ddc8388ec42e5a8e6371 /sys-process/incron | |
parent | Version bump from upstream, fixed gentoo bug 350321 and other small fixes (diff) | |
download | gentoo-2-ad44f3d5201f28b09cdbbdf5f019ff4d3a05a31f.tar.gz gentoo-2-ad44f3d5201f28b09cdbbdf5f019ff4d3a05a31f.tar.bz2 gentoo-2-ad44f3d5201f28b09cdbbdf5f019ff4d3a05a31f.zip |
Add a upstream bug reference
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/incron')
-rw-r--r-- | sys-process/incron/incron-0.5.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-process/incron/incron-0.5.9-r1.ebuild b/sys-process/incron/incron-0.5.9-r1.ebuild index b79833624a93..b7573a40991f 100644 --- a/sys-process/incron/incron-0.5.9-r1.ebuild +++ b/sys-process/incron/incron-0.5.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9-r1.ebuild,v 1.2 2011/01/31 15:16:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9-r1.ebuild,v 1.3 2011/01/31 20:16:42 idl0r Exp $ EAPI="3" @@ -27,6 +27,7 @@ src_prepare() { # http://bts.aiken.cz/view.php?id=447 epatch "${FILESDIR}"/${P}-gcc44.patch + # http://bts.aiken.cz/view.php?id=512 epatch "${FILESDIR}"/${P}-Makefile.patch } |