summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/parted/files/parted-1.7.0-pyparted.patch')
-rw-r--r--sys-apps/parted/files/parted-1.7.0-pyparted.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/parted/files/parted-1.7.0-pyparted.patch b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
deleted file mode 100644
index 6dd782a..0000000
--- a/sys-apps/parted/files/parted-1.7.0-pyparted.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- parted-1.7.0/include/parted/disk.h 2006-05-15 05:49:54.000000000 -0400
-+++ parted-1.7.0.new/include/parted/disk.h 2006-05-20 07:52:07.000000000 -0400
-@@ -46,7 +46,8 @@
- PED_PARTITION_LOGICAL = 0x01,
- PED_PARTITION_EXTENDED = 0x02,
- PED_PARTITION_FREESPACE = 0x04,
-- PED_PARTITION_METADATA = 0x08
-+ PED_PARTITION_METADATA = 0x08,
-+ PED_PARTITION_PROTECTED = 0x10
- } PedPartitionType;
-
- /**