diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
commit | f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2 (patch) | |
tree | 9fa89585364e98c8db3f1b5cdfe6a6bc97f254c2 /eclass/nxserver_1.5.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.gz historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.bz2 historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.zip |
(QA) RESTRICT clean up.
Diffstat (limited to 'eclass/nxserver_1.5.eclass')
-rw-r--r-- | eclass/nxserver_1.5.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nxserver_1.5.eclass b/eclass/nxserver_1.5.eclass index fe2709362dd6..b73486ae2f11 100644 --- a/eclass/nxserver_1.5.eclass +++ b/eclass/nxserver_1.5.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_1.5.eclass,v 1.6 2007/04/13 16:56:42 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver_1.5.eclass,v 1.7 2007/07/02 14:24:27 peper Exp $ # # DEPRECATED # eclass for handling the different nxserver binaries available @@ -14,7 +14,7 @@ HOMEPAGE="http://www.nomachine.com/" IUSE="prebuilt cups" LICENSE="nomachine" SLOT="0" -RESTRICT="nomirror strip fetch" +RESTRICT="mirror strip fetch" SRC_URI="nxserver-${MY_PV}.i386.rpm" DEPEND=" |