Skip to content

Commit

Permalink
app-crypt/acme: add ~arm, bug #576912
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
  • Loading branch information
maekke committed May 1, 2016
1 parent d0a581e commit d770897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-crypt/acme/acme-0.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5})
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
inherit git-r3
KEYWORDS=""
KEYWORDS="~arm"
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
S=${WORKDIR}/letsencrypt-${PV}/acme
fi

Expand Down

0 comments on commit d770897

Please sign in to comment.