summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-03-21 06:03:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-03-21 06:03:18 +0000
commitc24683c6315137c0c4f9c85f04217a0404d718a2 (patch)
treeda627f909088cf8ea337c0fc7b1c53ce36f264b5 /sys-apps/vbetool
parentBump (diff)
downloadgentoo-2-c24683c6315137c0c4f9c85f04217a0404d718a2.tar.gz
gentoo-2-c24683c6315137c0c4f9c85f04217a0404d718a2.tar.bz2
gentoo-2-c24683c6315137c0c4f9c85f04217a0404d718a2.zip
Temp fix for autoreconf failure #439614
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r--sys-apps/vbetool/ChangeLog8
-rw-r--r--sys-apps/vbetool/vbetool-1.1.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/vbetool/ChangeLog b/sys-apps/vbetool/ChangeLog
index b9ea6abb6e59..835f39261187 100644
--- a/sys-apps/vbetool/ChangeLog
+++ b/sys-apps/vbetool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/vbetool
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.21 2012/05/24 02:00:08 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.22 2013/03/21 06:03:18 patrick Exp $
+
+ 21 Mar 2013; Patrick Lauer <patrick@gentoo.org> vbetool-1.1.ebuild:
+ Temp fix for autoreconf failure #439614
24 May 2012; Mike Frysinger <vapier@gentoo.org> vbetool-1.1.ebuild:
Update to EAPI=4.
@@ -91,4 +94,3 @@
29 Apr 2005; Robin H. Johnson <robbat2@gentoo.org> +vbetool-0.2.ebuild:
Initial commit. Original ebuild submitted by alex f <acid.punk@gmx.net>.
-
diff --git a/sys-apps/vbetool/vbetool-1.1.ebuild b/sys-apps/vbetool/vbetool-1.1.ebuild
index dd610d74e7ec..f19b04beba73 100644
--- a/sys-apps/vbetool/vbetool-1.1.ebuild
+++ b/sys-apps/vbetool/vbetool-1.1.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/sys-apps/vbetool/vbetool-1.1.ebuild,v 1.4 2012/05/24 02:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.1.ebuild,v 1.5 2013/03/21 06:03:18 patrick Exp $
EAPI="4"
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0-build.patch
+ eaclocal # temp fix for #439614
eautoreconf
}