Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/root-docs/
Date: Thu, 24 Sep 2015 12:44:37
Message-Id: 1443098649.862fd7cd29f372486c42e08ce63721fab508ba3d.ago@gentoo
1 commit: 862fd7cd29f372486c42e08ce63721fab508ba3d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 12:44:09 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 12:44:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862fd7cd
7
8 app-doc/root-docs: amd64 stable wrt bug #546258
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="amd64"
12
13 app-doc/root-docs/root-docs-5.34.26.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-doc/root-docs/root-docs-5.34.26.ebuild b/app-doc/root-docs/root-docs-5.34.26.ebuild
17 index c76eccc..e5bb85b 100644
18 --- a/app-doc/root-docs/root-docs-5.34.26.ebuild
19 +++ b/app-doc/root-docs/root-docs-5.34.26.ebuild
20 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
21 KEYWORDS=""
22 else
23 SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz"
24 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
26 S="${WORKDIR}/${ROOT_PN}"
27 fi