fix(dev-util/lcov): move EAPI

fix a warning from portage about EAPI being too low in the file
This commit is contained in:
Brandon Philips 2013-02-16 10:25:36 -08:00
parent 0878506225
commit 866d40f809

View File

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.9.ebuild,v 1.3 2012/05/21 12:29:34 johu Exp $
inherit eutils
EAPI="4"
EAPI="2"
inherit eutils
DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"