Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/
Date: Thu, 28 Jan 2016 23:25:06
Message-Id: 1454010271.5fbd197ebac8189ea97a6a13df64696cb538043e.vapier@gentoo
1 commit: 5fbd197ebac8189ea97a6a13df64696cb538043e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 19:43:59 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 19:44:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbd197e
7
8 net-misc/dhcpcd: mark 6.10.0 arm64/ia64/s390/sh/sparc stable #571152
9
10 net-misc/dhcpcd/dhcpcd-6.10.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild
14 index 15ac2a5..9d3a94c 100644
15 --- a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild
16 +++ b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild
17 @@ -11,7 +11,7 @@ else
18 MY_P="${MY_P/_beta/-beta}"
19 MY_P="${MY_P/_rc/-rc}"
20 SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz"
21 - 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"
22 + 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"
23 S="${WORKDIR}/${MY_P}"
24 fi