diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-05-04 17:11:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-05-04 17:11:30 +0000 |
commit | 53fe8460fe40d15c79229cda2853853bf872b12e (patch) | |
tree | fe74fff644187f86e52622a18ac2dbe4d8bde28e | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-53fe8460fe40d15c79229cda2853853bf872b12e.tar.gz gentoo-2-53fe8460fe40d15c79229cda2853853bf872b12e.tar.bz2 gentoo-2-53fe8460fe40d15c79229cda2853853bf872b12e.zip |
Inherit python eclass wrt bug #318403
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | app-text/chm2pdf/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/chm2pdf/chm2pdf-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/chm2pdf/ChangeLog b/app-text/chm2pdf/ChangeLog index 0deaf8b2848f..c2076a78bf56 100644 --- a/app-text/chm2pdf/ChangeLog +++ b/app-text/chm2pdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/chm2pdf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/ChangeLog,v 1.5 2010/04/22 17:54:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/ChangeLog,v 1.6 2010/05/04 17:11:30 hwoarang Exp $ + + 04 May 2010; Markos Chandras <hwoarang@gentoo.org> chm2pdf-0.9.1.ebuild: + Inherit python eclass wrt bug #318403 22 Apr 2010; Markos Chandras <hwoarang@gentoo.org> chm2pdf-0.9.1.ebuild: Refactor ebuild to use python functions correctly. Fixes bug #312097 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/" |