diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-08 10:15:39 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-08 10:15:39 +0000 |
commit | 544609699457dc55d73b3d8c91d253958efbd384 (patch) | |
tree | dd34b708549447e638a06a62df619394417a5d3c /eclass/nxserver-1.3.2.eclass | |
parent | filter -O2/-O3 when using gcc-3.4* (diff) | |
download | historical-544609699457dc55d73b3d8c91d253958efbd384.tar.gz historical-544609699457dc55d73b3d8c91d253958efbd384.tar.bz2 historical-544609699457dc55d73b3d8c91d253958efbd384.zip |
Added missing eutils eclass
Diffstat (limited to 'eclass/nxserver-1.3.2.eclass')
-rw-r--r-- | eclass/nxserver-1.3.2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nxserver-1.3.2.eclass b/eclass/nxserver-1.3.2.eclass index 583b73658c73..383be143ec46 100644 --- a/eclass/nxserver-1.3.2.eclass +++ b/eclass/nxserver-1.3.2.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.3.2.eclass,v 1.6 2004/07/07 12:32:08 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.3.2.eclass,v 1.7 2004/08/08 10:15:39 stuart Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website -inherit rpm +inherit rpm eutils ECLASS="nxserver" INHERITED="$INHERITED $ECLASS" |