diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:30:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:30:53 +0000 |
commit | 9d117c185a35246c9e869300e9a9f45b89ce359c (patch) | |
tree | 8cbc32628d70ed543d0c47bb27ba78a44d6ad381 /net-dns/updatedd/updatedd-2.5.ebuild | |
parent | Remove virtual/libc (diff) | |
download | historical-9d117c185a35246c9e869300e9a9f45b89ce359c.tar.gz historical-9d117c185a35246c9e869300e9a9f45b89ce359c.tar.bz2 historical-9d117c185a35246c9e869300e9a9f45b89ce359c.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
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 |