Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129368 | Differences between
and this patch

Collapse All | Expand All

(-)dblatex-0.3.4.orig/setup.py (-4 / +1 lines)
Lines 365-374 Link Here
365
            raise OSError("not found: %s" % ", ".join(mis_stys))
365
            raise OSError("not found: %s" % ", ".join(mis_stys))
366
366
367
    def run(self):
367
    def run(self):
368
        if self.install_layout == "deb":
368
        db = None
369
            db = DebianInstaller(self)
370
        else:
371
            db = None
372
369
373
        if not(db) and not(self.nodeps):
370
        if not(db) and not(self.nodeps):
374
            try:
371
            try:

Return to bug 129368