diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-06 11:30:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-06 11:31:22 +0200 |
commit | f206b6e7e3a1b982813a85b8ffc4d0045d33e861 (patch) | |
tree | edf1a3aa0ba4a401f062b42f166e1a011bac4a0f /app-crypt | |
parent | net-print/cups: Synced live ebuild. (diff) | |
download | gentoo-f206b6e7e3a1b982813a85b8ffc4d0045d33e861.tar.gz gentoo-f206b6e7e3a1b982813a85b8ffc4d0045d33e861.tar.bz2 gentoo-f206b6e7e3a1b982813a85b8ffc4d0045d33e861.zip |
app-crypt/qca: DEPENDs were fixed upstream
Upstream commit e854f357f4037e2c8c781ebd04ec5164a882b9b3
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca/qca-2.1.3-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/qca/qca-2.1.3-r2.ebuild b/app-crypt/qca/qca-2.1.3-r2.ebuild index fc3445a32dde..d93996ca867b 100644 --- a/app-crypt/qca/qca-2.1.3-r2.ebuild +++ b/app-crypt/qca/qca-2.1.3-r2.ebuild @@ -33,9 +33,11 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} - dev-qt/qtnetwork:5 doc? ( app-doc/doxygen ) - test? ( dev-qt/qttest:5 ) + test? ( + dev-qt/qtnetwork:5 + dev-qt/qttest:5 + ) " RDEPEND="${COMMON_DEPEND} !app-crypt/qca-cyrus-sasl |