diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | a18b8c502d697dde5b46e9fa54867d99d8528c63 (patch) | |
tree | 5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/nxserver.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2 historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/nxserver.eclass')
-rw-r--r-- | eclass/nxserver.eclass | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/eclass/nxserver.eclass b/eclass/nxserver.eclass index 8a3af19e61bf..587cb7a7db49 100644 --- a/eclass/nxserver.eclass +++ b/eclass/nxserver.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver.eclass,v 1.19 2005/07/11 15:08:06 swegener Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website @@ -16,17 +16,15 @@ KEYWORDS="x86 -ppc -sparc -alpha -mips" RESTRICT="nomirror strip" SRC_URI="nxserver-${MY_PV}.i386.rpm" -RDEPEND="$RDEPEND - >=media-libs/jpeg-6b-r3 - >=sys-libs/glibc-2.3.2-r1 - >=sys-libs/zlib-1.1.4-r1 - virtual/x11 - >=net-misc/openssh-3.6.1_p2 - >=dev-lang/perl-5.8.0-r12" - -DEPEND="$DEPEND - >=sys-apps/shadow-4.0.3-r6 - >=net-misc/openssh-3.6.1_p2" +RDEPEND=">=media-libs/jpeg-6b-r3 + >=sys-libs/glibc-2.3.2-r1 + >=sys-libs/zlib-1.1.4-r1 + virtual/x11 + >=net-misc/openssh-3.6.1_p2 + >=dev-lang/perl-5.8.0-r12" + +DEPEND=">=sys-apps/shadow-4.0.3-r6 + >=net-misc/openssh-3.6.1_p2" S="${WORKDIR}" |