summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/versions.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/pym/portage/versions.py b/pym/portage/versions.py
index 4a12ef9d5..261fa9dea 100644
--- a/pym/portage/versions.py
+++ b/pym/portage/versions.py
@@ -269,12 +269,8 @@ def catpkgsplit(mydata,silent=1):
1. If each exists, it returns [cat, pkgname, version, rev]
2. If cat is not specificed in mydata, cat will be "null"
3. if rev does not exist it will be '-r0'
- 4. If cat is invalid (specified but has incorrect syntax)
- an InvalidData Exception will be thrown
"""
-
- # Categories may contain a-zA-z0-9+_- but cannot start with -
- import portage.dep
+
try:
if not catcache[mydata]:
return None