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 | |
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')
-rw-r--r-- | net-misc/nxcl/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/nxcl/nxcl-0.9-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/nxcl/nxcl-0.9-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/nxcl/ChangeLog b/net-misc/nxcl/ChangeLog index 7412ec4409e2..1b04a3e3095d 100644 --- a/net-misc/nxcl/ChangeLog +++ b/net-misc/nxcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nxcl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/ChangeLog,v 1.10 2010/02/19 17:27:15 voyageur Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/ChangeLog,v 1.11 2012/05/21 19:14:40 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> nxcl-0.9-r1.ebuild, + nxcl-0.9-r2.ebuild: + Add missing inheritance of eutils.eclass *nxcl-0.9-r2 (19 Feb 2010) 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" diff --git a/net-misc/nxcl/nxcl-0.9-r2.ebuild b/net-misc/nxcl/nxcl-0.9-r2.ebuild index 2f64b1365584..133a303fbed6 100644 --- a/net-misc/nxcl/nxcl-0.9-r2.ebuild +++ b/net-misc/nxcl/nxcl-0.9-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/02/19 17:27:15 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/nxcl-0.9-r2.ebuild,v 1.2 2012/05/21 19:14:40 xarthisius Exp $ EAPI=2 -inherit autotools +inherit autotools eutils MY_P="freenx-client-${PV}" DESCRIPTION="A library for building NX clients" |