diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 06:35:42 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 06:35:42 +0000 |
commit | 79205247004c56577611bbc1bec6705646825183 (patch) | |
tree | 3a235694103d0c38a530b0e7fe36e31fb03cb859 /net-nds/ypserv | |
parent | Updated ebuild to install properly now that we have moved back to the (diff) | |
download | gentoo-2-79205247004c56577611bbc1bec6705646825183.tar.gz gentoo-2-79205247004c56577611bbc1bec6705646825183.tar.bz2 gentoo-2-79205247004c56577611bbc1bec6705646825183.zip |
Added LICENSE tag
Diffstat (limited to 'net-nds/ypserv')
-rw-r--r-- | net-nds/ypserv/ypserv-1.3.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/ypserv/ypserv-1.3.12.ebuild b/net-nds/ypserv/ypserv-1.3.12.ebuild index f42d10a29e33..f650283e1770 100644 --- a/net-nds/ypserv/ypserv-1.3.12.ebuild +++ b/net-nds/ypserv/ypserv-1.3.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.12.ebuild,v 1.3 2002/05/20 07:44:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.12.ebuild,v 1.4 2002/07/08 06:35:42 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="NIS SERVER" @@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz ftp://ftp.uk.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz" HOMEPAGE="http://www.linux-nis.org/nis/" +LICENSE="GPL-2" DEPEND=">=sys-libs/gdbm-1.8.0 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" |