diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:15:39 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:15:39 +0000 |
commit | 0786e53e7bc6710d5928e90db254a2015b1917a6 (patch) | |
tree | b0eca8114043d91efb00409fd59a61ce09b11581 /net-misc/nxcl/nxcl-0.9-r1.ebuild | |
parent | Marking ssm-1.1 ppc for bug 413815 (diff) | |
download | historical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.gz historical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.bz2 historical-0786e53e7bc6710d5928e90db254a2015b1917a6.zip |
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'net-misc/nxcl/nxcl-0.9-r1.ebuild')
-rw-r--r-- | net-misc/nxcl/nxcl-0.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/nxcl/nxcl-0.9-r1.ebuild b/net-misc/nxcl/nxcl-0.9-r1.ebuild index 361e70099808..e11bf328a54a 100644 --- a/net-misc/nxcl/nxcl-0.9-r1.ebuild +++ b/net-misc/nxcl/nxcl-0.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/nxcl-0.9-r1.ebuild,v 1.2 2009/03/08 15:31:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/nxcl-0.9-r1.ebuild,v 1.3 2012/05/21 19:14:40 xarthisius Exp $ -inherit autotools +inherit autotools eutils MY_P="freenx-client-${PV}" DESCRIPTION="A library for building NX clients" |