commit: 39e9e40ed6ac0b7752e9534866b4069ff22096b7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 22 13:39:49 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 22 14:49:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=39e9e40e
sci-mathematics/rkward: kate plugins moved to kde-apps/kate-addons Fix release tarball SRC_URI Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-mathematics/rkward/rkward-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild index d76e08e498..714b41f12f 100644 --- a/sci-mathematics/rkward/rkward-9999.ebuild +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="IDE for the R-project" HOMEPAGE="https://rkward.kde.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz" + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi @@ -49,7 +49,7 @@ BDEPEND="sys-devel/gettext" pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "kate plugins support" "kde-apps/kate:${SLOT}" + optfeature "kate plugins support" "kde-apps/kate-addons:${SLOT}" optfeature "prendering (or previewing) R markdown (.Rmd) files" "app-text/pandoc" optfeature "managing citations while writing articles" "app-text/kbibtex" fi
