diff options
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.6.5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/rkward/rkward-0.6.1.ebuild b/sci-mathematics/rkward/rkward-0.6.1.ebuild index 53faf346573e..b7d0011b80c8 100644 --- a/sci-mathematics/rkward/rkward-0.6.1.ebuild +++ b/sci-mathematics/rkward/rkward-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="debug" DEPEND=" dev-lang/R - $(add_kdebase_dep katepart)" + $(add_kdeapps_dep katepart)" RDEPEND="${DEPEND}" src_configure() { diff --git a/sci-mathematics/rkward/rkward-0.6.5.ebuild b/sci-mathematics/rkward/rkward-0.6.5.ebuild index 0b74fdab4dd1..a0ab7a0ec191 100644 --- a/sci-mathematics/rkward/rkward-0.6.5.ebuild +++ b/sci-mathematics/rkward/rkward-0.6.5.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" - $(add_kdebase_dep katepart) + $(add_kdeapps_dep katepart) dev-lang/R x11-libs/libX11 " |