diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:23:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:23:34 +0000 |
commit | 1b95bcf8c4ba20f2b14656f10c7b933085475e09 (patch) | |
tree | ec52c890974ad4ce2dd2f77aa6d4df22126133dc /net-dns | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.tar.gz gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.tar.bz2 gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.zip |
sync IUSE (missing)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dlint/dlint-1.4.0.ebuild | 3 | ||||
-rw-r--r-- | net-dns/dns2go/dns2go-1.1-r2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/dlint/dlint-1.4.0.ebuild b/net-dns/dlint/dlint-1.4.0.ebuild index 072a516e37f4..4f51aeca4452 100644 --- a/net-dns/dlint/dlint-1.4.0.ebuild +++ b/net-dns/dlint/dlint-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.11 2004/06/24 22:34:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.12 2004/07/14 23:23:13 agriffis Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} @@ -10,6 +10,7 @@ HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" LICENSE="GPL-2" DEPEND="net-dns/bind-tools diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild index 93b2712437e7..7c5f34bd7d05 100644 --- a/net-dns/dns2go/dns2go-1.1-r2.ebuild +++ b/net-dns/dns2go/dns2go-1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.15 2004/07/01 22:11:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.16 2004/07/14 23:23:34 agriffis Exp $ DESCRIPTION="Dns2Go Linux Client v1.1" HOMEPAGE="http://www.dns2go.com/" @@ -9,6 +9,7 @@ SRC_URI="http://home.planetinternet.be/~felixdv/d2gsetup.tar.gz" LICENSE="DNS2GO" SLOT="0" KEYWORDS="x86 amd64 -* s390" +IUSE="" DEPEND="virtual/libc" |