summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-06 04:02:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-06 04:02:24 +0000
commite57e9446bcdd47f78c47e295a5904a463a8d8e16 (patch)
tree40df92cfc7d012aa9a9eb3bc8debe17d7ecd9d75 /x11-wm
parentAutomake 1.13 fix (diff)
downloadgentoo-2-e57e9446bcdd47f78c47e295a5904a463a8d8e16.tar.gz
gentoo-2-e57e9446bcdd47f78c47e295a5904a463a8d8e16.tar.bz2
gentoo-2-e57e9446bcdd47f78c47e295a5904a463a8d8e16.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matchbox-panel/ChangeLog9
-rw-r--r--x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild5
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/matchbox-panel/ChangeLog b/x11-wm/matchbox-panel/ChangeLog
index ae67c59eb984..8fc43c5544a3 100644
--- a/x11-wm/matchbox-panel/ChangeLog
+++ b/x11-wm/matchbox-panel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/matchbox-panel
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.14 2012/06/04 00:27:54 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.15 2013/05/06 04:02:24 patrick Exp $
+
+ 06 May 2013; Patrick Lauer <patrick@gentoo.org>
+ matchbox-panel-0.9.3-r1.ebuild:
+ Automake 1.13 fix
04 Jun 2012; Michael Weber <xmw@gentoo.org> matchbox-panel-0.9.3-r1.ebuild:
ppc stable (bug 309407)
@@ -58,4 +62,3 @@
+matchbox-panel-0.9.2.ebuild:
- Initial import. Original ebuild by Priit Laes, modifications by Björn
Ruberg and Yuri Vasilevski.
-
diff --git a/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild b/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild
index a4cef6984964..f5b868f9d8c0 100644
--- a/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild
+++ b/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.4 2012/06/04 00:27:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.5 2013/05/06 04:02:24 patrick Exp $
inherit eutils autotools versionator
@@ -27,6 +27,7 @@ src_unpack () {
epatch "${FILESDIR}/"${P}-gcc4-no-nested-functions.patch
epatch "${FILESDIR}/"${P}-wifi.patch
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}