diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 20:51:14 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 20:51:34 +0100 |
commit | 31b7e94625264d9ee67deb68d4896307945666a2 (patch) | |
tree | a04101fcf7c4fe50253582b735c17fd76e34c43c /sci-mathematics/rkward | |
parent | sci-libs/linux-gpib: Force-fix $D in installed udev rules, bug 590922 (diff) | |
download | gentoo-31b7e94625264d9ee67deb68d4896307945666a2.tar.gz gentoo-31b7e94625264d9ee67deb68d4896307945666a2.tar.bz2 gentoo-31b7e94625264d9ee67deb68d4896307945666a2.zip |
kde-base/katepart -> kde-apps/katepart
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 " |