summaryrefslogtreecommitdiff
path: root/app-portage/porthole/files/porthole-0.6.1-masking_status.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/porthole/files/porthole-0.6.1-masking_status.patch')
-rw-r--r--app-portage/porthole/files/porthole-0.6.1-masking_status.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-portage/porthole/files/porthole-0.6.1-masking_status.patch b/app-portage/porthole/files/porthole-0.6.1-masking_status.patch
deleted file mode 100644
index e626fbb3c58f..000000000000
--- a/app-portage/porthole/files/porthole-0.6.1-masking_status.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: porthole/backends/portagelib.py
-===================================================================
---- porthole/backends/portagelib.py (revision 1209)
-+++ porthole/backends/portagelib.py (working copy)
-@@ -452,7 +452,11 @@
-
-
- def get_masking_status(ebuild):
-- return portage.getmaskingstatus(ebuild)
-+ try:
-+ status = portage.getmaskingstatus(ebuild)
-+ except KeyError:
-+ status = ['deprecated']
-+ return status
-
-
- def get_masking_reason(ebuild):