diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 15:33:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 15:33:28 +0000 |
commit | 4e0ca3e1eee4ac8ff67c044a2010b0d95c70ed23 (patch) | |
tree | fc33aedd8cb1cffe559a85c5fc2cd401e115cd05 /net-misc/udhcp | |
parent | Added misc patch back. (diff) | |
download | gentoo-2-4e0ca3e1eee4ac8ff67c044a2010b0d95c70ed23.tar.gz gentoo-2-4e0ca3e1eee4ac8ff67c044a2010b0d95c70ed23.tar.bz2 gentoo-2-4e0ca3e1eee4ac8ff67c044a2010b0d95c70ed23.zip |
stable on alpha amd64 ia64 x86
(Portage version: 2.0.51.22-r1)
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.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 789c474b22eb..ec0e6556cb88 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.16 2005/06/07 00:10:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.17 2005/06/27 15:33:28 agriffis Exp $ + + 27 Jun 2005; Aron Griffis <agriffis@gentoo.org> + udhcp-0.9.9_pre20041216.ebuild: + stable on alpha amd64 ia64 x86 07 Jun 2005; Mike Frysinger <vapier@gentoo.org> +files/udhcp.rc, udhcp-0.9.9_pre20041216.ebuild: diff --git a/net-misc/udhcp/udhcp-0.9.9_pre20041216.ebuild b/net-misc/udhcp/udhcp-0.9.9_pre20041216.ebuild index 2894839692f6..32c0c2603af1 100644 --- a/net-misc/udhcp/udhcp-0.9.9_pre20041216.ebuild +++ b/net-misc/udhcp/udhcp-0.9.9_pre20041216.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.ebuild,v 1.2 2005/06/07 00:10:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216.ebuild,v 1.3 2005/06/27 15:33:28 agriffis 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" |