diff options
author | 2007-02-06 16:15:07 +0000 | |
---|---|---|
committer | 2007-02-06 16:15:07 +0000 | |
commit | 906f3963661e2dc6c218e29582117c11872da5c9 (patch) | |
tree | d0dc731ade0bcd77be7691f20a1c93aff2e18cc6 /net-dns/idnkit/idnkit-1.0.ebuild | |
parent | oops, fix 1.24 to not break ;) (diff) | |
download | historical-906f3963661e2dc6c218e29582117c11872da5c9.tar.gz historical-906f3963661e2dc6c218e29582117c11872da5c9.tar.bz2 historical-906f3963661e2dc6c218e29582117c11872da5c9.zip |
- wrong depblock
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'net-dns/idnkit/idnkit-1.0.ebuild')
-rw-r--r-- | net-dns/idnkit/idnkit-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-dns/idnkit/idnkit-1.0.ebuild b/net-dns/idnkit/idnkit-1.0.ebuild index 200e742a7b2b..746617748f39 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.14 2007/02/06 11:03:16 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.15 2007/02/06 16:15:07 voxus Exp $ S="${WORKDIR}/${P}-src" @@ -13,8 +13,7 @@ LICENSE="JNIC" KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86" IUSE="" -DEPEND="!<net-dns/bind-9.4 - sys-libs/glibc" +DEPEND="sys-libs/glibc" # non gnu systems need libiconv src_unpack() |