summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2007-02-06 11:03:16 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2007-02-06 11:03:16 +0000
commitbfe31936e2b93085877dd5af4d30b06243a5b7a2 (patch)
tree37e989527f1559ac4481f80dcd712ddc732a356f /net-dns/idnkit
parentFix #165128 (pax patch) - bump gentoo patches (diff)
downloadgentoo-2-bfe31936e2b93085877dd5af4d30b06243a5b7a2.tar.gz
gentoo-2-bfe31936e2b93085877dd5af4d30b06243a5b7a2.tar.bz2
gentoo-2-bfe31936e2b93085877dd5af4d30b06243a5b7a2.zip
* block <bind-9.4
(Portage version: 2.1.2-r7)
Diffstat (limited to 'net-dns/idnkit')
-rw-r--r--net-dns/idnkit/idnkit-1.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dns/idnkit/idnkit-1.0.ebuild b/net-dns/idnkit/idnkit-1.0.ebuild
index fe82a1dc976e..200e742a7b2b 100644
--- a/net-dns/idnkit/idnkit-1.0.ebuild
+++ b/net-dns/idnkit/idnkit-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.13 2007/01/19 05:27:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.14 2007/02/06 11:03:16 voxus Exp $
S="${WORKDIR}/${P}-src"
@@ -13,7 +13,8 @@ LICENSE="JNIC"
KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86"
IUSE=""
-DEPEND="sys-libs/glibc"
+DEPEND="!<net-dns/bind-9.4
+ sys-libs/glibc"
# non gnu systems need libiconv
src_unpack()
@@ -21,10 +22,11 @@ src_unpack()
unpack ${A} ; cd ${S}
sed -i -e "s:head -1:head -n 1:g" *
}
+
src_install()
{
make DESTDIR="${D}" install
dodoc Changelog DISTFILES INSTALL INSTALL.ja LICENSE.txt NEWS \
README README.ja
-}
+} \ No newline at end of file