commit: ffbfd536dc0cb2afb7723bc819bf927effe818f8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 10:01:53 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 10:01:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ffbfd536
sci-mathematics/rkward: Add release switch Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-mathematics/rkward/rkward-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild index 148561b1c8..a76b8cd6a7 100644 --- a/sci-mathematics/rkward/rkward-9999.ebuild +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -9,9 +9,13 @@ inherit ecm kde.org optfeature 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" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + LICENSE="GPL-2+ LGPL-2" SLOT="5" -KEYWORDS="" IUSE="" BDEPEND="
