diff options
Diffstat (limited to 'net-nds/ypbind/ypbind-1.11-r1.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.11-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild index d9bd23d692e6..bee9502ae6af 100644 --- a/net-nds/ypbind/ypbind-1.11-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.4 2002/07/17 02:53:35 seemant Exp $ MY_P=${PN}-mt-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="net-nds/yp-tools net-nds/portmap" |