diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 09:05:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 09:09:13 +0200 |
commit | 8da52cfbb855ccc95bebe82690294d9a8e1fbf90 (patch) | |
tree | 29cc2d160c6329190d5488a43da0a6b5b93f3876 /dev-util | |
parent | sys-apps/moreutils: x86 stable wrt bug #746056 (diff) | |
download | gentoo-8da52cfbb855ccc95bebe82690294d9a8e1fbf90.tar.gz gentoo-8da52cfbb855ccc95bebe82690294d9a8e1fbf90.tar.bz2 gentoo-8da52cfbb855ccc95bebe82690294d9a8e1fbf90.zip |
dev-util/cgdb: x86 stable wrt bug #746098
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cgdb/cgdb-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cgdb/cgdb-0.7.1.ebuild b/dev-util/cgdb/cgdb-0.7.1.ebuild index 0f6400b3d684..fac42156fdd5 100644 --- a/dev-util/cgdb/cgdb-0.7.1.ebuild +++ b/dev-util/cgdb/cgdb-0.7.1.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 |