diff options
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}" |