commit:     3ff0f458fd30dfab921697db128d41b91ee6bc26
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 18:47:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 19:29:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff0f458

dev-vcs/kdesvn: Fix HOMEPAGE, add missing BDEPEND

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-vcs/kdesvn/kdesvn-2.1.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild 
b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
index 56bc84f6f16..52201b4605f 100644
--- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
@@ -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)

Reply via email to