commit: 171c0fe4bdb9d89407458241ed16cc5f7128681e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 20 18:48:12 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 20 18:48:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=171c0fe4
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-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-vcs/kdesvn/kdesvn-9999.ebuild b/dev-vcs/kdesvn/kdesvn-9999.ebuild index f31b697f69..9832f356af 100644 --- a/dev-vcs/kdesvn/kdesvn-9999.ebuild +++ b/dev-vcs/kdesvn/kdesvn-9999.ebuild @@ -7,13 +7,14 @@ 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="" IUSE="+man" DEPEND="
