diff options
author | 2024-01-06 12:26:18 +0000 | |
---|---|---|
committer | 2024-01-06 12:26:18 +0000 | |
commit | 320b83872e2784ee99531088342aa489933d2676 (patch) | |
tree | c311104443e4bfbab9c43a6cad6aeb0a367867fb /app-editors | |
parent | kde-apps/libkomparediff2: Stabilize 23.08.4 amd64, #920693 (diff) | |
download | gentoo-320b83872e2784ee99531088342aa489933d2676.tar.gz gentoo-320b83872e2784ee99531088342aa489933d2676.tar.bz2 gentoo-320b83872e2784ee99531088342aa489933d2676.zip |
app-editors/okteta: Stabilize 0.26.14 amd64, #920693
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/okteta/okteta-0.26.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/okteta/okteta-0.26.14.ebuild b/app-editors/okteta/okteta-0.26.14.ebuild index 310341f8effc..9aaa37517263 100644 --- a/app-editors/okteta/okteta-0.26.14.ebuild +++ b/app-editors/okteta/okteta-0.26.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/okteta/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-2 handbook? ( FDL-1.2 )" |