diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:25:07 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:25:07 +0000 |
commit | 3d167167aeb0991dc74a8052ac6c05c28ee08a44 (patch) | |
tree | c6326ff17c3d5eb2d3610300c4571ae216e43b58 /net-misc/udhcp | |
parent | Move to virtual/pbs. And libpbs back in /usr/lib. (diff) | |
download | gentoo-2-3d167167aeb0991dc74a8052ac6c05c28ee08a44.tar.gz gentoo-2-3d167167aeb0991dc74a8052ac6c05c28ee08a44.tar.bz2 gentoo-2-3d167167aeb0991dc74a8052ac6c05c28ee08a44.zip |
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/udhcp')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 753bccdf88e8..b51a68656486 100644 --- a/net-misc/udhcp/ChangeLog +++ b/net-misc/udhcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/udhcp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.19 2005/06/29 14:27:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.20 2005/07/05 20:25:07 killerfox Exp $ + + 05 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + udhcp-0.9.9_pre20041216-r1.ebuild: + Stable on hppa. *udhcp-0.9.9_pre20041216-r1 (29 Jun 2005) diff --git a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild index ebb1664071f0..a49cb7bd8b31 100644 --- a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild +++ b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r1.ebuild,v 1.1 2005/06/29 14:27:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild,v 1.2 2005/07/05 20:25:07 killerfox 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" |