summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-09-18 10:24:47 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-09-18 10:26:14 +0200
commitdca8d82494a94b9f818f92cc80d025177b8f89b0 (patch)
treed403c06246a880aa3f64f7982ee0dd13acf484b9
parentapp-emulation/vkd3d: x86 stable wrt bug #742704 (diff)
downloadgentoo-dca8d82494a94b9f818f92cc80d025177b8f89b0.tar.gz
gentoo-dca8d82494a94b9f818f92cc80d025177b8f89b0.tar.bz2
gentoo-dca8d82494a94b9f818f92cc80d025177b8f89b0.zip
dev-util/cgdb: x86 stable wrt bug #742719
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--dev-util/cgdb/cgdb-0.7.0-r2.ebuild2
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 8b76d2b3591d..8ff75bb5efdf 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