diff options
author | 2004-04-27 17:45:24 +0000 | |
---|---|---|
committer | 2004-04-27 17:45:24 +0000 | |
commit | 3bec686b9127dcbb9e8f0ce070b8a8613baf72fb (patch) | |
tree | a4b8def43407359713cf7a895c07e201b71751ce /net-dns | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-3bec686b9127dcbb9e8f0ce070b8a8613baf72fb.tar.gz gentoo-2-3bec686b9127dcbb9e8f0ce070b8a8613baf72fb.tar.bz2 gentoo-2-3bec686b9127dcbb9e8f0ce070b8a8613baf72fb.zip |
arm KEYWORD
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild b/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild index 32c622328aad..150c23b8fcbc 100644 --- a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.6 2004/04/27 02:43:56 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.7 2004/04/27 17:45:24 vapier Exp $ inherit flag-o-matic @@ -13,7 +13,8 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV/_}/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa ~amd64 ~ia64 s390" +KEYWORDS="x86 ppc sparc ~alpha arm hppa ~amd64 ~ia64 s390" +IUSE="" DEPEND="virtual/glibc" @@ -41,7 +42,7 @@ src_compile() { } src_install() { - dodoc README CHANGES FAQ COPYRIGHT + dodoc README CHANGES FAQ doman ${FILESDIR}/nslookup.8 cd ${S}/bin/dig |