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/kio-extras/
Date: Thu, 01 Nov 2018 22:08:43
Message-Id: 1541109164.8420ccf1ff5f65210bc04b67e00fc1b1f5a6d34f.asturm@gentoo
1 commit: 8420ccf1ff5f65210bc04b67e00fc1b1f5a6d34f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 21:52:44 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 21:52:44 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8420ccf1
7
8 kde-apps/kio-extras: Add missing OpenEXR slot op
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild | 4 ++--
14 kde-apps/kio-extras/kio-extras-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild
18 index bc7386340d..8ba3dd2cf6 100644
19 --- a/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild
20 +++ b/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -43,7 +43,7 @@ COMMON_DEPEND="
28 )
29 man? ( $(add_frameworks_dep khtml) )
30 mtp? ( media-libs/libmtp:= )
31 - openexr? ( media-libs/openexr )
32 + openexr? ( media-libs/openexr:= )
33 phonon? ( media-libs/phonon[qt5(+)] )
34 samba? ( net-fs/samba[client] )
35 sftp? ( net-libs/libssh:=[sftp] )
36
37 diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild
38 index bdcd9c46dd..fac472fa9a 100644
39 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild
40 +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -43,7 +43,7 @@ COMMON_DEPEND="
48 )
49 man? ( $(add_frameworks_dep khtml) )
50 mtp? ( media-libs/libmtp:= )
51 - openexr? ( media-libs/openexr )
52 + openexr? ( media-libs/openexr:= )
53 phonon? ( media-libs/phonon[qt5(+)] )
54 samba? ( net-fs/samba[client] )
55 sftp? ( net-libs/libssh:=[sftp] )