diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:05:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:05:46 +0000 |
commit | b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9 (patch) | |
tree | 97ff4dfb677f37cbd71737ca5cd885750ef10686 /net-dns/ez-ipupdate | |
parent | DNS2GO EULA (diff) | |
download | gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.tar.gz gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.tar.bz2 gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.zip |
repoman'd
Diffstat (limited to 'net-dns/ez-ipupdate')
-rw-r--r-- | net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild index 9e0dc3135795..1e372080b105 100644 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild +++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild,v 1.3 2002/07/17 10:05:46 seemant Exp $ S="${WORKDIR}/${PN}-3.0.11b7" SRC_URI="http://gusnet.cx/proj/ez-ipupdate/dist/${PN}-3.0.11b7.tar.gz" HOMEPAGE="http://gusnet.cx/proj/ez-ipupdate" DESCRIPTION="Dynamic DNS client for lots of dynamic dns services" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" |