diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 17:36:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 18:34:37 +0200 |
commit | f9bbf73949c1782a4f1fd1256f28853a8fe1632e (patch) | |
tree | 00fae32de22ae8f293365882bb05fb727d1b44a1 /kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild | |
parent | kde-plasma/kde-cli-tools: 6.1.5 version bump (diff) | |
download | gentoo-f9bbf73949c1782a4f1fd1256f28853a8fe1632e.tar.gz gentoo-f9bbf73949c1782a4f1fd1256f28853a8fe1632e.tar.bz2 gentoo-f9bbf73949c1782a4f1fd1256f28853a8fe1632e.zip |
kde-plasma/kde-cli-tools-common: 6.1.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild')
-rw-r--r-- | kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild new file mode 100644 index 000000000000..4a4a993032f6 --- /dev/null +++ b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="true" +KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 +inherit ecm-common plasma.kde.org + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND="!<${CATEGORY}/${KDE_ORG_NAME}-6.1.4-r2:*" |