summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-05-04 17:11:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-05-04 17:11:30 +0000
commitd9f1cf6961fe057a97a05b86ff7be81bc5b85a3e (patch)
treed4023d4e124c0232bb22f0d5c431c56b70a4c0a7 /app-text/chm2pdf/chm2pdf-0.9.1.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-d9f1cf6961fe057a97a05b86ff7be81bc5b85a3e.tar.gz
historical-d9f1cf6961fe057a97a05b86ff7be81bc5b85a3e.tar.bz2
historical-d9f1cf6961fe057a97a05b86ff7be81bc5b85a3e.zip
Inherit python eclass wrt bug #318403
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-text/chm2pdf/chm2pdf-0.9.1.ebuild')
-rw-r--r--app-text/chm2pdf/chm2pdf-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/chm2pdf/chm2pdf-0.9.1.ebuild b/app-text/chm2pdf/chm2pdf-0.9.1.ebuild
index 0f85a918d145..28605c2e2e90 100644
--- a/app-text/chm2pdf/chm2pdf-0.9.1.ebuild
+++ b/app-text/chm2pdf/chm2pdf-0.9.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1.ebuild,v 1.4 2010/04/22 17:54:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1.ebuild,v 1.5 2010/05/04 17:11:30 hwoarang Exp $
EAPI="2"
PYTHON_DEPEND="2"
-inherit eutils
+inherit python eutils
DESCRIPTION="A script that converts a CHM file into a single PDF file."
HOMEPAGE="http://code.google.com/p/chm2pdf/"