summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-07 04:14:37 +0000
committerSam James <sam@gentoo.org>2023-01-07 06:47:41 +0000
commit77dcbae1f6bc984c25b75d58700c3fdd1e3ef71e (patch)
treeb43d881f8971b2a0a3ab8d16345226f350b21fa0
parentsys-devel/lld: Stabilize 15.0.6 arm, #886483 (diff)
downloadgentoo-77dcbae1f6bc984c25b75d58700c3fdd1e3ef71e.tar.gz
gentoo-77dcbae1f6bc984c25b75d58700c3fdd1e3ef71e.tar.bz2
gentoo-77dcbae1f6bc984c25b75d58700c3fdd1e3ef71e.zip
dev-util/lldb: Stabilize 15.0.6 arm, #886483
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/lldb/lldb-15.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lldb/lldb-15.0.6.ebuild b/dev-util/lldb/lldb-15.0.6.ebuild
index 84bc95fe7fae..1013275225b0 100644
--- a/dev-util/lldb/lldb-15.0.6.ebuild
+++ b/dev-util/lldb/lldb-15.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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}