diff options
Diffstat (limited to 'x11-wm/openbox/openbox-9999.ebuild')
-rw-r--r-- | x11-wm/openbox/openbox-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index 68e585b75457..62a834bdd74b 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.20 2012/08/29 10:52:59 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.21 2012/11/30 20:18:03 hwoarang Exp $ EAPI="2" -inherit multilib autotools eutils git-2 +inherit multilib autotools eutils python git-2 DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/" @@ -36,6 +36,7 @@ DEPEND="${RDEPEND} x11-proto/xineramaproto" src_prepare() { + use python && python_convert_shebangs -r 2 . epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch # Lets try to replace docbook-to-man with docbook2man.pl since # Gentoo does not provide (why?) a docbook-to-man package |