diff options
author | 2020-09-18 09:44:55 +0200 | |
---|---|---|
committer | 2020-09-18 09:44:55 +0200 | |
commit | 374b54974c8eb9a6c57e3591e9db5122b0807550 (patch) | |
tree | 536d0117263aaf1faf63b01c77c051a9ad15120f /dev-util | |
parent | dev-ruby/nokogiri: arm stable wrt bug #742458 (diff) | |
download | gentoo-374b54974c8eb9a6c57e3591e9db5122b0807550.tar.gz gentoo-374b54974c8eb9a6c57e3591e9db5122b0807550.tar.bz2 gentoo-374b54974c8eb9a6c57e3591e9db5122b0807550.zip |
dev-util/cgdb: arm stable wrt bug #742719
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-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 a37ddb6ab937..140cfe72bad4 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 |