diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-22 15:39:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-22 16:49:53 +0200 |
commit | 39e9e40ed6ac0b7752e9534866b4069ff22096b7 (patch) | |
tree | c4a8a975e212928d4f6680db57bb8c9bdd5e3727 /sci-mathematics | |
parent | kde-frameworks/kded: Add USEdep on kde-frameworks/kconfig[dbus] (diff) | |
download | kde-39e9e40ed6ac0b7752e9534866b4069ff22096b7.tar.gz kde-39e9e40ed6ac0b7752e9534866b4069ff22096b7.tar.bz2 kde-39e9e40ed6ac0b7752e9534866b4069ff22096b7.zip |
sci-mathematics/rkward: kate plugins moved to kde-apps/kate-addons
Fix release tarball SRC_URI
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/rkward-9999.ebuild | 4 |
1 files 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 |