diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 16:58:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 16:59:00 +0000 |
commit | 48d1fb46f83ca178bf5eb92f430d314bee499412 (patch) | |
tree | c35a7573d7db14cafa2aa495939e69305214eeb1 /dev-util | |
parent | dev-util/cgdb: Stabilize 0.8.0 x86, #901893 (diff) | |
download | gentoo-48d1fb46f83ca178bf5eb92f430d314bee499412.tar.gz gentoo-48d1fb46f83ca178bf5eb92f430d314bee499412.tar.bz2 gentoo-48d1fb46f83ca178bf5eb92f430d314bee499412.zip |
dev-util/cgdb: Stabilize 0.8.0 amd64, #901893
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cgdb/cgdb-0.8.0.ebuild | 2 |
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 5c94a84e3002..d6919aa26130 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 |