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/lv/lv-4.51-r3.ebuild
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/lv/lv-4.51-r3.ebuild')
-rw-r--r--app-text/lv/lv-4.51-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
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//./}"