diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-07 09:19:04 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-07 09:19:04 +0000 |
commit | 9dc3e46f61147c830b3b82c5766c84704ee71f5f (patch) | |
tree | 30d8f904f66c3b5657e894a039e9deb509fe1751 /net-misc/dhcpcd | |
parent | Initial import from sunrise with my fixes, wrt bug #242414. Thanks to everyon... (diff) | |
download | gentoo-2-9dc3e46f61147c830b3b82c5766c84704ee71f5f.tar.gz gentoo-2-9dc3e46f61147c830b3b82c5766c84704ee71f5f.tar.bz2 gentoo-2-9dc3e46f61147c830b3b82c5766c84704ee71f5f.zip |
Stable on amd64, wrt bug #446283
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-5.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index a5d32e7a3498..ec3f6b04d25e 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.341 2012/12/06 15:36:33 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.342 2012/12/07 09:19:04 pinkbyte Exp $ + + 07 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> dhcpcd-5.6.4.ebuild: + Stable on amd64, wrt bug #446283 *dhcpcd-5.6.4 (06 Dec 2012) diff --git a/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild b/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild index 3b545952c1fa..cd40990d1d92 100644 --- a/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild,v 1.1 2012/12/06 15:36:33 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild,v 1.2 2012/12/07 09:19:04 pinkbyte Exp $ EAPI=4 @@ -16,7 +16,7 @@ HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" IUSE="+zeroconf elibc_glibc" |