diff options
Diffstat (limited to 'net-dns/updatedd')
-rw-r--r-- | net-dns/updatedd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/updatedd/updatedd-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/updatedd/ChangeLog b/net-dns/updatedd/ChangeLog index e06835621fc5..3cc39e86f47b 100644 --- a/net-dns/updatedd/ChangeLog +++ b/net-dns/updatedd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/updatedd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.6 2006/11/23 19:30:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.7 2006/11/23 21:00:00 blubb Exp $ + + 23 Nov 2006; <blubb@gentoo.org> updatedd-2.5.ebuild: + stable on amd64 23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> updatedd-2.5.ebuild: ppc stable, bug #155878 diff --git a/net-dns/updatedd/updatedd-2.5.ebuild b/net-dns/updatedd/updatedd-2.5.ebuild index ec88c1155aaa..78660e6798bf 100644 --- a/net-dns/updatedd/updatedd-2.5.ebuild +++ b/net-dns/updatedd/updatedd-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3 2006/11/23 19:30:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.4 2006/11/23 21:00:00 blubb Exp $ DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" HOMEPAGE="http://updatedd.philipp-benner.de/" @@ -8,7 +8,7 @@ SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="virtual/libc" |