diff options
Diffstat (limited to 'app-cdr/cdemu/cdemu-1.5.0.ebuild')
-rw-r--r-- | app-cdr/cdemu/cdemu-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdemu/cdemu-1.5.0.ebuild b/app-cdr/cdemu/cdemu-1.5.0.ebuild index 9f80900ce9a8..1ef21c5ab162 100644 --- a/app-cdr/cdemu/cdemu-1.5.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.5.0.ebuild,v 1.1 2012/01/22 00:30:41 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.5.0.ebuild,v 1.2 2012/01/22 00:37:47 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -30,7 +30,7 @@ pkg_setup() { src_prepare() { python_convert_shebangs -r 2 src - # + # https://sourceforge.net/tracker/?func=detail&aid=3477103&group_id=93175&atid=603423 epatch "${FILESDIR}/${P}-man-paragraph.patch" } |