diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:14:40 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:14:40 +0000 |
commit | 4e64dae97c24f6a354d9539462b27bc205e428c8 (patch) | |
tree | 3030171fc027ae985dfc6b12f8f1b23f096a220c /net-misc/nxcl | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-4e64dae97c24f6a354d9539462b27bc205e428c8.tar.gz gentoo-2-4e64dae97c24f6a354d9539462b27bc205e428c8.tar.bz2 gentoo-2-4e64dae97c24f6a354d9539462b27bc205e428c8.zip |
Add missing inheritance of eutils.eclass
(Portage version: 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" |