diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-24 00:25:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 15:01:31 +0200 |
commit | ce0a4c95a3031650ec846f5a776857bef2fa1690 (patch) | |
tree | 6334799468a85fa8282723344cbaf08d23a11b60 /eclass | |
parent | kde4-base.eclass: Drop obsolete USE conflict mitigation (diff) | |
download | gentoo-ce0a4c95a3031650ec846f5a776857bef2fa1690.tar.gz gentoo-ce0a4c95a3031650ec846f5a776857bef2fa1690.tar.bz2 gentoo-ce0a4c95a3031650ec846f5a776857bef2fa1690.zip |
kde4-base.eclass: Drop obsolete kde-base/*:4 blocker
No ebuilds of this type should exist at this point after pkgmoves done.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index f2eed7665d0d..3297bccbf3f1 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -349,10 +349,6 @@ kdedepend=" kderdepend="" -if [[ ${CATEGORY} == kde-apps ]]; then - kderdepend+=" !kde-base/${PN}:4" -fi - # all packages needs oxygen icons for basic iconset if [[ ${PN} != oxygen-icons ]]; then kderdepend+=" kde-frameworks/oxygen-icons" |