summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-19 21:09:02 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-19 21:09:02 +0000
commitbb0f65405f353accfc24856ddbeff3244947ce9b (patch)
tree79e83977f2fd4893d148ab587149ff16f98a9bff /sys-fs
parentAdd dependency on dev-util/pkgconfig (#385835 and #387783). (diff)
downloadgentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.tar.gz
gentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.tar.bz2
gentoo-2-bb0f65405f353accfc24856ddbeff3244947ce9b.zip
also delete old patch
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/mtd-utils/ChangeLog4
-rw-r--r--sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch28
2 files changed, 2 insertions, 30 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog
index 97291aa8787c..3d2c74cf28d2 100644
--- a/sys-fs/mtd-utils/ChangeLog
+++ b/sys-fs/mtd-utils/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for sys-fs/mtd-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.47 2011/11/07 01:06:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.48 2011/11/19 21:09:02 vapier Exp $
07 Nov 2011; Mike Frysinger <vapier@gentoo.org> -mtd-utils-1.4.4.ebuild,
- -mtd-utils-20100718.ebuild:
+ -mtd-utils-20100718.ebuild, -files/mtd-utils-20100718-ubi-parallel.patch:
Drop old versions that mask newer ones.
07 Nov 2011; Brent Baude <ranger@gentoo.org> mtd-utils-1.4.5.ebuild:
diff --git a/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch b/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch
deleted file mode 100644
index a126083d7d9b..000000000000
--- a/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 05f56bf49ee0de8979c29c11f61a01e30e964444 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Tue, 20 Jul 2010 17:27:50 -0400
-Subject: [PATCH] fix parallel build between ubi-utils and mkfs.ubifs
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
----
- Makefile | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index b558705..d315f39 100644
---- a/Makefile
-+++ b/Makefile
-@@ -25,6 +25,9 @@ LDDEPS = $(BUILDDIR)/lib/libmtd.a
-
- include common.mk
-
-+# mkfs.ubifs needs -lubi which is in ubi-utils/
-+subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all
-+
- clean::
- -rm -f $(SYMLINKS)
- ifneq ($(BUILDDIR)/.git,)
---
-1.7.1.1
-