summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-09-07 19:53:25 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-09-07 19:53:25 +0000
commit865c8a6c4651acfd6a9ba4b31bb700e1deefacbd (patch)
treefa8636d8ada27a19e30d2f0dec5a9decf5597ce8 /app-text
parentRevert previous change; wrong shebangs get installed. (diff)
downloadgentoo-2-865c8a6c4651acfd6a9ba4b31bb700e1deefacbd.tar.gz
gentoo-2-865c8a6c4651acfd6a9ba4b31bb700e1deefacbd.tar.bz2
gentoo-2-865c8a6c4651acfd6a9ba4b31bb700e1deefacbd.zip
Add missing 'autotools' inherit for 'eautoreconf'.
(Portage version: 2.2.0_alpha194_p2/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lv/ChangeLog5
-rw-r--r--app-text/lv/lv-4.51-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/lv/ChangeLog b/app-text/lv/ChangeLog
index 888cf4973384..0ec8902062ac 100644
--- a/app-text/lv/ChangeLog
+++ b/app-text/lv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/lv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lv/ChangeLog,v 1.46 2013/05/24 20:27:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lv/ChangeLog,v 1.47 2013/09/07 19:53:25 slyfox Exp $
+
+ 07 Sep 2013; Sergei Trofimovich <slyfox@gentoo.org> lv-4.51-r3.ebuild:
+ Add missing 'autotools' inherit for 'eautoreconf'.
24 May 2013; Alexis Ballier <aballier@gentoo.org> lv-4.51-r3.ebuild:
keyword ~amd64-fbsd thanks to Yuta SATOH , bug #432410
diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
index 4bedd0d43724..25a591d5efe3 100644
--- a/app-text/lv/lv-4.51-r3.ebuild
+++ b/app-text/lv/lv-4.51-r3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lv/lv-4.51-r3.ebuild,v 1.10 2013/05/24 20:27:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lv/lv-4.51-r3.ebuild,v 1.11 2013/09/07 19:53:25 slyfox Exp $
EAPI="4"
-inherit eutils toolchain-funcs
+inherit autotools eutils toolchain-funcs
MY_P="${PN}${PV//./}"