diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-25 22:31:14 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-25 22:31:27 +1100 |
commit | 4b594709e3c66bd70099819d5bdfea3e06d022c5 (patch) | |
tree | 8e1e44b7d1cbbc149f367643ae85baadc979613e /net-libs/kimap2 | |
parent | net-libs/kimap2: remove 0.1.1 (diff) | |
download | gentoo-4b594709e3c66bd70099819d5bdfea3e06d022c5.tar.gz gentoo-4b594709e3c66bd70099819d5bdfea3e06d022c5.tar.bz2 gentoo-4b594709e3c66bd70099819d5bdfea3e06d022c5.zip |
net-libs/kimap2: add missing USE dependency
Closes: https://bugs.gentoo.org/645590
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/kimap2')
-rw-r--r-- | net-libs/kimap2/kimap2-0.2.0-r1.ebuild (renamed from net-libs/kimap2/kimap2-0.2.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/kimap2/kimap2-0.2.0.ebuild b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild index f949479249a0..a19b4c4ac695 100644 --- a/net-libs/kimap2/kimap2-0.2.0.ebuild +++ b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ DEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcoreaddons) $(add_kdeapps_dep kmime) - $(add_qt_dep qtnetwork) + $(add_qt_dep qtnetwork 'ssl') dev-libs/cyrus-sasl:2 " RDEPEND="${DEPEND}" |