diff options
author | 2002-07-09 21:43:55 +0000 | |
---|---|---|
committer | 2002-07-09 21:43:55 +0000 | |
commit | 769e0a8798259927322dcc1548cea8e887efc2ae (patch) | |
tree | f7510659043dafdd365d889da0439bd2283a9e04 /net-dns | |
parent | Added keywords, license, and slot. (diff) | |
download | gentoo-2-769e0a8798259927322dcc1548cea8e887efc2ae.tar.gz gentoo-2-769e0a8798259927322dcc1548cea8e887efc2ae.tar.bz2 gentoo-2-769e0a8798259927322dcc1548cea8e887efc2ae.zip |
Added keywords, license, and slot.
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.2.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.1.ebuild b/net-dns/bind-tools/bind-tools-9.2.1.ebuild index 074a30ab4002..495b603d13e6 100644 --- a/net-dns/bind-tools/bind-tools-9.2.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Markus Krainer <markus-krainer@chello.at> # /space/gentoo/cvsroot/gentoo-x86/net-misc/bind-tools/bind-tools-9.1.3-r1.ebuild,v 1.1 2001/12/09 23:47:08 jerrya Exp MY_P=${P//-tools} @@ -9,8 +8,11 @@ DESCRIPTION="bind tools: dig, nslookup, and host" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${MY_P}.tar.gz" HOMEPAGE="http://www.isc.org/BIND/bind9.html" -DEPEND="virtual/glibc" +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" +DEPEND="virtual/glibc" src_unpack() { unpack ${MY_P}.tar.gz |