diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-28 09:54:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-28 09:54:09 +0000 |
commit | 5ec8d1d89228236df5f12a09afdf88148aa0894c (patch) | |
tree | 54473fd7f6dfe9f16483bd0f10e7273b3556ea4d /net-misc/dhcpcd | |
parent | update to EAPI 5 (diff) | |
download | gentoo-2-5ec8d1d89228236df5f12a09afdf88148aa0894c.tar.gz gentoo-2-5ec8d1d89228236df5f12a09afdf88148aa0894c.tar.bz2 gentoo-2-5ec8d1d89228236df5f12a09afdf88148aa0894c.zip |
Stable for HPPA (bug #523900).
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index a1e20a6b6f05..f795faf3a179 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.429 2014/09/28 07:39:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.430 2014/09/28 09:54:09 jer Exp $ + + 28 Sep 2014; Jeroen Roovers <jer@gentoo.org> dhcpcd-6.4.7.ebuild: + Stable for HPPA (bug #523900). 28 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dhcpcd-6.4.7.ebuild: Stable for ppc64, wrt bug #523900 diff --git a/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild b/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild index 2a036cf58087..b211651f1ef9 100644 --- a/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild,v 1.5 2014/09/28 07:39:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild,v 1.6 2014/09/28 09:54:09 jer Exp $ EAPI=5 @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi |