Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Tue, 03 Jan 2017 10:39:20
Message-Id: 1483439909.9b05e898ef5828a5bd8a9e4917107c5a1140e327.ago@gentoo
1 commit: 9b05e898ef5828a5bd8a9e4917107c5a1140e327
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 10:36:09 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 10:38:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b05e898
7
8 dev-util/cgdb: ppc64 stable wrt bug #589782
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-util/cgdb/cgdb-0.6.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild
18 index 6d86d23..a6f37b9 100644
19 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild
20 +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
22 git@××××××.com:cgdb/cgdb.git"
23 else
24 SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
26 + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
27 fi
28 inherit multilib-minimal