blob: 0ab836fd0d6f93f7a55aa38bb95a9d34e47e54c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_NAME="${PN/-common/}"
inherit ecm-common gear.kde.org
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
!<app-cdr/dolphin-plugins-mountiso-24.05.2-r1
!<kde-apps/dolphin-plugins-dropbox-24.05.2-r1
!<kde-apps/dolphin-plugins-git-24.05.2-r1
!<kde-apps/dolphin-plugins-mercurial-24.05.2-r1
!<kde-apps/dolphin-plugins-subversion-24.05.2-r1
"
|