mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-vcs/kdesvn: Fix HOMEPAGE, add missing BDEPEND
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -7,15 +7,19 @@ KDE_HANDBOOK="forceoptional"
|
||||
inherit kde5
|
||||
|
||||
DESCRIPTION="A frontend to the subversion vcs"
|
||||
HOMEPAGE="https://kdesvn.alwins-world.de/ https://cgit.kde.org/kdesvn.git"
|
||||
HOMEPAGE="https://kde.org/applications/development/org.kde.kdesvn"
|
||||
|
||||
if [[ ${PV} != 9999* ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+man"
|
||||
|
||||
BDEPEND="
|
||||
man? ( $(add_frameworks_dep kdoctools) )
|
||||
"
|
||||
DEPEND="
|
||||
$(add_frameworks_dep kbookmarks)
|
||||
$(add_frameworks_dep kcodecs)
|
||||
|
||||
Reference in New Issue
Block a user