summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-17 16:58:07 +0000
committerSam James <sam@gentoo.org>2023-03-17 16:58:59 +0000
commit01270813cd9aa403e4b5a5cc6130103eebc7573b (patch)
tree689c74f4df38b807d35a5717ace9b6028d73376f
parentdev-util/lttng-ust: Stabilize 2.13.5 x86, #901889 (diff)
downloadgentoo-01270813.tar.gz
gentoo-01270813.tar.bz2
gentoo-01270813.zip
dev-util/cgdb: Stabilize 0.8.0 x86, #901893
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/cgdb/cgdb-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cgdb/cgdb-0.8.0.ebuild b/dev-util/cgdb/cgdb-0.8.0.ebuild
index 09b9b4cd42bb..5c94a84e3002 100644
--- a/dev-util/cgdb/cgdb-0.8.0.ebuild
+++ b/dev-util/cgdb/cgdb-0.8.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://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