Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/
Date: Fri, 26 Feb 2021 13:09:23
Message-Id: 1614344936.034c93c1fe2c251320589ba8488c057410691943.asturm@gentoo
1 commit: 034c93c1fe2c251320589ba8488c057410691943
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 20:01:12 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 13:08:56 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=034c93c1
7
8 kde-apps/spectacle: Depend on media-gfx/kimageannotator w/ fixed soversion
9
10 Bug: https://bugs.gentoo.org/770949
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-apps/spectacle/spectacle-20.12.49.9999.ebuild | 2 +-
15 kde-apps/spectacle/spectacle-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-apps/spectacle/spectacle-20.12.49.9999.ebuild b/kde-apps/spectacle/spectacle-20.12.49.9999.ebuild
19 index 90f1681f0d..3dd14094ce 100644
20 --- a/kde-apps/spectacle/spectacle-20.12.49.9999.ebuild
21 +++ b/kde-apps/spectacle/spectacle-20.12.49.9999.ebuild
22 @@ -45,7 +45,7 @@ DEPEND="
23 x11-libs/xcb-util
24 x11-libs/xcb-util-cursor
25 x11-libs/xcb-util-image
26 - annotate? ( media-libs/kimageannotator )
27 + annotate? ( >=media-libs/kimageannotator-0.4.1 )
28 kipi? ( >=kde-apps/libkipi-${PVCUT}:5= )
29 share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
30 "
31
32 diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild
33 index 90f1681f0d..3dd14094ce 100644
34 --- a/kde-apps/spectacle/spectacle-9999.ebuild
35 +++ b/kde-apps/spectacle/spectacle-9999.ebuild
36 @@ -45,7 +45,7 @@ DEPEND="
37 x11-libs/xcb-util
38 x11-libs/xcb-util-cursor
39 x11-libs/xcb-util-image
40 - annotate? ( media-libs/kimageannotator )
41 + annotate? ( >=media-libs/kimageannotator-0.4.1 )
42 kipi? ( >=kde-apps/libkipi-${PVCUT}:5= )
43 share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
44 "