diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index fe5081b05359..4bf69b7a641b 100644 --- a/net-misc/udhcp/ChangeLog +++ b/net-misc/udhcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/udhcp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.29 2006/08/21 20:30:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.30 2006/10/01 21:01:42 dertobi123 Exp $ + + 01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> + udhcp-0.9.9_pre20041216-r3.ebuild: + hppa stable, bug #134320 21 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> udhcp-0.9.9_pre20041216-r3.ebuild: diff --git a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild index 419371010709..36b40f7ff13f 100644 --- a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild +++ b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.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-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild,v 1.8 2006/08/21 20:30:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216-r3.ebuild,v 1.9 2006/10/01 21:01:42 dertobi123 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 mips ppc sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc sparc x86" IUSE="" DEPEND="virtual/libc" |