app-emulation/docker-proxy: add ~arm (bug 566732)
authorMichael Weber <xmw@gentoo.org>
Wed, 5 Apr 2017 10:18:11 +0000 (12:18 +0200)
committerMichael Weber <xmw@gentoo.org>
Wed, 5 Apr 2017 10:20:54 +0000 (12:20 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild

index 52dffb47409012728730edd4b352da9e34dec6a7..1e738316e815ef7b41578c0333a93e0269956b2b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3"
        SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~ppc64"
+       KEYWORDS="~amd64 ~arm ~ppc64"
        inherit golang-vcs-snapshot
 fi