aboutsummaryrefslogtreecommitdiff
blob: 727df1ceb99a94a238fc590b2e5a88a0c815a365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

KDE_AUTODEPS="false"
inherit kde5

DESCRIPTION="Client application for paste.kde.org"
HOMEPAGE="https://cgit.kde.org/cutepaste.git"

LICENSE="GPL-2"
KEYWORDS=""

DEPEND="
	$(add_qt_dep qtcore)
	$(add_qt_dep qtnetwork)
"
RDEPEND="${DEPEND}"