mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 14:38:43 +02:00
14 lines
349 B
Bash
14 lines
349 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
ECM_HANDBOOK="true"
|
|
KDE_ORG_NAME="${PN/-common/}"
|
|
inherit ecm-common plasma.kde.org
|
|
|
|
LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
|
|
|
RDEPEND="!<${CATEGORY}/${KDE_ORG_NAME}-6.1.4-r2:*"
|