diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-03 21:15:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-03 21:15:43 +0200 |
commit | 1f90cb56297c9800bdda3e5c2c88bdb0a5d6f9da (patch) | |
tree | ce1129882e6d8dfde6a30e55762fd93f90228a23 /dev-util/kdevelop | |
parent | app-vim/lightline: add myself as a maintainer (diff) | |
download | gentoo-1f90cb56297c9800bdda3e5c2c88bdb0a5d6f9da.tar.gz gentoo-1f90cb56297c9800bdda3e5c2c88bdb0a5d6f9da.tar.bz2 gentoo-1f90cb56297c9800bdda3e5c2c88bdb0a5d6f9da.zip |
dev-util/kdevelop: Stabilize 22.12.0 arm64, #885295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop')
-rw-r--r-- | dev-util/kdevelop/kdevelop-22.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdevelop/kdevelop-22.12.0.ebuild b/dev-util/kdevelop/kdevelop-22.12.0.ebuild index 07f4a330f775..7dc333aba30a 100644 --- a/dev-util/kdevelop/kdevelop-22.12.0.ebuild +++ b/dev-util/kdevelop/kdevelop-22.12.0.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 @@ -18,7 +18,7 @@ HOMEPAGE="https://kdevelop.org/" LICENSE="GPL-2 LGPL-2" SLOT="5/57" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~x86" # see bug 366471 RESTRICT="test" |