diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:31:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:31:21 +0100 |
commit | 9817568a8e720f98dc01e9da9944a7bbac73b06c (patch) | |
tree | 9b4f0009262607427eecf0d70ba2bb62bc19d41d | |
parent | 2eefc2c7ea4cd564d62441c34b086349ad34f0fb (diff) | |
download | gentoo-9817568a8e720f98dc01e9da9944a7bbac73b06c.tar.gz gentoo-9817568a8e720f98dc01e9da9944a7bbac73b06c.tar.xz |
dev-util/cgdb: ppc stable wrt bug #589782
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index 16662326722..6d86d23cc52 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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 |