diff options
author | 2008-06-23 00:54:37 +0000 | |
---|---|---|
committer | 2008-06-23 00:54:37 +0000 | |
commit | 60837632fdbac5a79521e6be2486ff9f91e06ec7 (patch) | |
tree | faf73188009277418db7bccb6fe5bc4196a4379a /sys-fs/mtd-utils/ChangeLog | |
parent | Add workaround for still broken #133327 / #228907. (diff) | |
download | historical-60837632fdbac5a79521e6be2486ff9f91e06ec7.tar.gz historical-60837632fdbac5a79521e6be2486ff9f91e06ec7.tar.bz2 historical-60837632fdbac5a79521e6be2486ff9f91e06ec7.zip |
Add -f to rm arguments in src_install since ${D}/usr/include doesn't
necessarily exist. Also add emake -j1 option to avoid make failures.
Package-Manager: portage-2.2_rc1_p10759/cvs/Linux 2.6.25-0619-x86-64 i686
Diffstat (limited to 'sys-fs/mtd-utils/ChangeLog')
-rw-r--r-- | sys-fs/mtd-utils/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog index e6dd7c09fd7c..555673a595b6 100644 --- a/sys-fs/mtd-utils/ChangeLog +++ b/sys-fs/mtd-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/mtd-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.13 2008/06/16 02:00:50 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.14 2008/06/23 00:54:37 zmedico Exp $ + + 22 Jun 2008; Zac Medico <zmedico@gentoo.org> mtd-utils-9999.ebuild: + Add -f to rm arguments in src_install since ${D}/usr/include doesn't + necessarily exist. Also add emake -j1 option to avoid make failures. 16 Jun 2008; <solar@gentoo.org> mtd-utils-20080102.ebuild: - don't use argp.h http://patchwork.ozlabs.org/linux-mtd/patch?id=17501 |