summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-26 22:06:54 +0000
committerSam James <sam@gentoo.org>2023-01-26 22:07:54 +0000
commit0bf6c041cfcba55dadfb11d75173cf85e244a7d5 (patch)
treec831b9e7997bcdc83cfe9485584a3bbe351bb5b1
parentsys-devel/lld: Stabilize 15.0.7 x86, #891893 (diff)
downloadgentoo-0bf6c041cfcba55dadfb11d75173cf85e244a7d5.tar.gz
gentoo-0bf6c041cfcba55dadfb11d75173cf85e244a7d5.tar.bz2
gentoo-0bf6c041cfcba55dadfb11d75173cf85e244a7d5.zip
dev-util/lldb: Stabilize 15.0.7 x86, #891893
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/lldb/lldb-15.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lldb/lldb-15.0.7.ebuild b/dev-util/lldb/lldb-15.0.7.ebuild
index 9b85d8042e8f..37c23ed60fb5 100644
--- a/dev-util/lldb/lldb-15.0.7.ebuild
+++ b/dev-util/lldb/lldb-15.0.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
SLOT="0/${LLVM_SOABI}"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
IUSE="debug +libedit lzma ncurses +python test +xml"
RESTRICT="test"
REQUIRED_USE=${PYTHON_REQUIRED_USE}