diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:36:09 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:38:29 +0100 |
commit | 9b05e898ef5828a5bd8a9e4917107c5a1140e327 (patch) | |
tree | 46e71c3662738e24ff41dbb8b54c9e103f7ba756 | |
parent | e611bb64efe3a9267192220fd4d8111faa5805f0 (diff) | |
download | gentoo-9b05e898ef5828a5bd8a9e4917107c5a1140e327.tar.gz gentoo-9b05e898ef5828a5bd8a9e4917107c5a1140e327.tar.xz |
dev-util/cgdb: ppc64 stable wrt bug #589782
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index 6d86d23cc52..a6f37b95cb6 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then git@github.com:cgdb/cgdb.git" else SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit multilib-minimal |