diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-11 17:16:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-11 17:16:20 +0000 |
commit | 5fde12714686ce3aff7ebb0fb1c8f805f35c6359 (patch) | |
tree | 3c344d5fc3c7463765ca0d9a17305d67c4096623 /net-misc | |
parent | stable amd64 (diff) | |
download | gentoo-2-5fde12714686ce3aff7ebb0fb1c8f805f35c6359.tar.gz gentoo-2-5fde12714686ce3aff7ebb0fb1c8f805f35c6359.tar.bz2 gentoo-2-5fde12714686ce3aff7ebb0fb1c8f805f35c6359.zip |
Stable on ppc64 (bug #98394)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index f3f761f29be5..e4c0d213c322 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.49 2005/07/10 20:28:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.50 2005/07/11 17:16:20 corsair Exp $ + + 11 Jul 2005; Markus Rothe <corsair@gentoo.org> + dhcpcd-1.3.22_p4-r11.ebuild: + Stable on ppc64 (bug #98394) 10 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> dhcpcd-1.3.22_p4-r11.ebuild: diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild index f06a206800b6..8d7dc94c12fb 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.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/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.6 2005/07/10 20:28:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.7 2005/07/11 17:16:20 corsair Exp $ inherit gnuconfig flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="build static" DEPEND="virtual/libc" |