diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-30 00:43:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-01 09:48:58 +0200 |
commit | 5158884909b83ad1db5a748db88f46194cea4a69 (patch) | |
tree | 76afb1003b53af1015583e1578d93b90e1cf188d /kde-apps/kwalletd | |
parent | kde4-meta.eclass: Limit _pre extra mangling to 20160211 snapshot (diff) | |
download | gentoo-5158884909b83ad1db5a748db88f46194cea4a69.tar.gz gentoo-5158884909b83ad1db5a748db88f46194cea4a69.tar.bz2 gentoo-5158884909b83ad1db5a748db88f46194cea4a69.zip |
kde-apps: Add necessary blockers against incompatible kdepimlibs
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kwalletd')
-rw-r--r-- | kde-apps/kwalletd/kwalletd-16.04.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-apps/kwalletd/kwalletd-16.04.3.ebuild b/kde-apps/kwalletd/kwalletd-16.04.3.ebuild index 45b1f9a79596..c13106334c3c 100644 --- a/kde-apps/kwalletd/kwalletd-16.04.3.ebuild +++ b/kde-apps/kwalletd/kwalletd-16.04.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,10 @@ DEPEND=" || ( $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kdepimlibs) ) ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !=kde-apps/kdepimlibs-4.14.10_p2016* + !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3 +" RESTRICT="test" # testpamopen crashes with a buffer overflow (__fortify_fail) |