diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:10:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:10:55 +0000 |
commit | 62e3926a2ab05ebcbde9b58d3418fc271adb9ef2 (patch) | |
tree | 2fe2f5b9be13a1fd55ffd509cd6c7f3055ed4cf4 /net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-62e3926a2ab05ebcbde9b58d3418fc271adb9ef2.tar.gz gentoo-2-62e3926a2ab05ebcbde9b58d3418fc271adb9ef2.tar.bz2 gentoo-2-62e3926a2ab05ebcbde9b58d3418fc271adb9ef2.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild')
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild index 6c4bbaef9687..a5079a6bc07c 100644 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild,v 1.4 2012/04/05 21:09:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7i.ebuild,v 1.5 2012/05/21 19:10:55 xarthisius Exp $ EAPI="4" -inherit autotools +inherit autotools eutils UPSTREAM_PATCHES="" |