diff options
author | 2010-12-02 15:23:45 +0000 | |
---|---|---|
committer | 2010-12-02 15:23:45 +0000 | |
commit | eeed926a3292dbbcb6726a76e02ad1ac3c772793 (patch) | |
tree | f44033e8a2d9f6dd6ce9cc85f877da632d9ce35b /x11-wm/openbox | |
parent | Fix buildsystem to work with modern automake, allows building with libtool-2.4. (diff) | |
download | gentoo-2-eeed926a3292dbbcb6726a76e02ad1ac3c772793.tar.gz gentoo-2-eeed926a3292dbbcb6726a76e02ad1ac3c772793.tar.bz2 gentoo-2-eeed926a3292dbbcb6726a76e02ad1ac3c772793.zip |
Properly rebuild autotools after patching them.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.4.11.2.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 4451e2963c92..29006b05b0db 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/openbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.216 2010/10/16 15:36:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.217 2010/12/02 15:23:45 flameeyes Exp $ + + 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> + openbox-3.4.11.2.ebuild: + Properly rebuild autotools after patching them. 16 Oct 2010; Markos Chandras <hwoarang@gentoo.org> openbox-3.4.11.2.ebuild, +files/openbox-3.4.11.2-parallel-install.patch: diff --git a/x11-wm/openbox/openbox-3.4.11.2.ebuild b/x11-wm/openbox/openbox-3.4.11.2.ebuild index 8ee1f2fd9bcf..dd0b21fabcc7 100644 --- a/x11-wm/openbox/openbox-3.4.11.2.ebuild +++ b/x11-wm/openbox/openbox-3.4.11.2.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/x11-wm/openbox/openbox-3.4.11.2.ebuild,v 1.10 2010/10/16 15:36:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.11.2.ebuild,v 1.11 2010/12/02 15:23:45 flameeyes Exp $ EAPI="2" -WANT_AUTOMAKE="1.9" -inherit eutils + +inherit eutils autotools MY_P=${P/_/-} DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" @@ -37,6 +37,8 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch epatch "${FILESDIR}"/${P}-parallel-install.patch + + eautoreconf } src_configure() { |