From 866d40f809fa22cf652c74bd0381a38334b58705 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sat, 16 Feb 2013 10:25:36 -0800 Subject: [PATCH] fix(dev-util/lcov): move EAPI fix a warning from portage about EAPI being too low in the file --- .../third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild index ea21d32635..f64212fabd 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild @@ -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"