diff options
Diffstat (limited to 'net-dns/updatedd/updatedd-2.5.ebuild')
-rw-r--r-- | net-dns/updatedd/updatedd-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/updatedd/updatedd-2.5.ebuild b/net-dns/updatedd/updatedd-2.5.ebuild index 8b3473e69b4a..b990218dec02 100644 --- a/net-dns/updatedd/updatedd-2.5.ebuild +++ b/net-dns/updatedd/updatedd-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.6 2008/12/18 04:15:31 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.7 2009/09/23 18:30:53 patrick Exp $ DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" HOMEPAGE="http://savannah.nongnu.org/projects/updatedd/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" src_install() { emake DESTDIR="${D}" install || die |