diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:19:28 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:19:28 +0000 |
commit | 5045bc54a40b793410b581da7336aa26ace836de (patch) | |
tree | 40e8982a37d39499fe85ad57a1560f636099f0ec /net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild | |
parent | add eutils (diff) | |
download | gentoo-2-5045bc54a40b793410b581da7336aa26ace836de.tar.gz gentoo-2-5045bc54a40b793410b581da7336aa26ace836de.tar.bz2 gentoo-2-5045bc54a40b793410b581da7336aa26ace836de.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild')
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild index 33b2e860d82d..2255ac215e2c 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild,v 1.1 2011/06/16 16:00:43 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.19-r2.ebuild,v 1.2 2012/05/21 19:19:28 xarthisius Exp $ EAPI=4 -inherit libtool autotools +inherit libtool autotools eutils MY_P="tacacs+-F${PV}" S="${WORKDIR}/${MY_P}" |