diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch')
-rw-r--r-- | dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch b/dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch deleted file mode 100644 index 17de6606..00000000 --- a/dev-python/python-blivet/files/python-blivet-commit-to-disk-settle.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/blivet/formats/disklabel.py b/blivet/formats/disklabel.py -index 5015548..9071596 100644 ---- a/blivet/formats/disklabel.py -+++ b/blivet/formats/disklabel.py -@@ -304,6 +304,7 @@ class DiskLabel(DeviceFormat): - raise DiskLabelCommitError(msg) - else: - self.updateOrigPartedDisk() -+ udev_settle() - - def addPartition(self, *args, **kwargs): - partition = kwargs.get("partition", None) |