Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kimap2/
Date: Thu, 25 Jan 2018 11:31:43
Message-Id: 1516879887.4b594709e3c66bd70099819d5bdfea3e06d022c5.kensington@gentoo
1 commit: 4b594709e3c66bd70099819d5bdfea3e06d022c5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 11:31:14 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 11:31:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b594709
7
8 net-libs/kimap2: add missing USE dependency
9
10 Closes: https://bugs.gentoo.org/645590
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 net-libs/kimap2/{kimap2-0.2.0.ebuild => kimap2-0.2.0-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/kimap2/kimap2-0.2.0.ebuild b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild
17 similarity index 85%
18 rename from net-libs/kimap2/kimap2-0.2.0.ebuild
19 rename to net-libs/kimap2/kimap2-0.2.0-r1.ebuild
20 index f949479249a..a19b4c4ac69 100644
21 --- a/net-libs/kimap2/kimap2-0.2.0.ebuild
22 +++ b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -16,7 +16,7 @@ DEPEND="
30 $(add_frameworks_dep kcodecs)
31 $(add_frameworks_dep kcoreaddons)
32 $(add_kdeapps_dep kmime)
33 - $(add_qt_dep qtnetwork)
34 + $(add_qt_dep qtnetwork 'ssl')
35 dev-libs/cyrus-sasl:2
36 "
37 RDEPEND="${DEPEND}"