diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 09:27:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 09:29:37 +0200 |
commit | 971fbb86e2c3531a557a1ead0204003054cd42e5 (patch) | |
tree | 6caca2dbf83c7fc57b5dc25d5a13624206a39876 /dev-util/cgdb | |
parent | net-irc/weechat: amd64 stable wrt bug #740444 (diff) | |
download | gentoo-971fbb86e2c3531a557a1ead0204003054cd42e5.tar.gz gentoo-971fbb86e2c3531a557a1ead0204003054cd42e5.tar.bz2 gentoo-971fbb86e2c3531a557a1ead0204003054cd42e5.zip |
dev-util/cgdb: amd64 stable wrt bug #742719
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/cgdb')
-rw-r--r-- | dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild index ba5293f966b5..a37ddb6ab937 100644 --- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild +++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild @@ -10,7 +10,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 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi inherit autotools multilib-minimal |