diff options
| -rw-r--r-- | kde-apps/kget/kget-18.08.49.9999.ebuild | 7 | ||||
| -rw-r--r-- | kde-apps/kget/kget-9999.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-apps/kget/kget-18.08.49.9999.ebuild b/kde-apps/kget/kget-18.08.49.9999.ebuild index 18d94e11812..a204af5140c 100644 --- a/kde-apps/kget/kget-18.08.49.9999.ebuild +++ b/kde-apps/kget/kget-18.08.49.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,10 @@ COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( $(add_plasma_dep plasma-workspace) ) + kde? ( || ( + $(add_plasma_dep libkworkspace) + $(add_plasma_dep plasma-workspace) + ) ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) " diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index 18d94e11812..fd9407fc458 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,7 @@ COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( $(add_plasma_dep plasma-workspace) ) + kde? ( $(add_plasma_dep libkworkspace) ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) " |
