diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-19 15:13:02 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-19 15:13:02 +0100 |
commit | 26b6dd9616b44c23c6317719114b34cf17a55294 (patch) | |
tree | ca689aab4fc0002f171bce02c7931a714837794b /app-doc | |
parent | sci-physics/root: x86 stable wrt bug #601682 (diff) | |
download | gentoo-26b6dd9616b44c23c6317719114b34cf17a55294.tar.gz gentoo-26b6dd9616b44c23c6317719114b34cf17a55294.tar.bz2 gentoo-26b6dd9616b44c23c6317719114b34cf17a55294.zip |
app-doc/root-docs: x86 stable wrt bug #601682
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/root-docs/root-docs-5.34.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/root-docs/root-docs-5.34.36.ebuild b/app-doc/root-docs/root-docs-5.34.36.ebuild index 72e70a13acb0..cab4fef14633 100644 --- a/app-doc/root-docs/root-docs-5.34.36.ebuild +++ b/app-doc/root-docs/root-docs-5.34.36.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz" - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${ROOT_PN}" fi |