Skip to content

Commit

Permalink
app-crypt/certbot: Keyword ~x86
Browse files Browse the repository at this point in the history
Gentoo-Bug: #567912

Package-Manager: portage-2.3.0
  • Loading branch information
mrueg committed Jul 9, 2016
1 parent 6f6d252 commit 96f3f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-crypt/certbot/certbot-0.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
KEYWORDS=""
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
KEYWORDS="~amd64 ~arm ~x86"
fi

inherit distutils-r1
Expand Down
2 changes: 1 addition & 1 deletion app-crypt/certbot/certbot-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
KEYWORDS=""
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
KEYWORDS="~amd64 ~arm ~x86"
fi

inherit distutils-r1
Expand Down

0 comments on commit 96f3f77

Please sign in to comment.