From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C4A01382C5 for ; Thu, 22 Feb 2018 13:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618A7E08CE; Thu, 22 Feb 2018 13:17:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40AE5E08CE for ; Thu, 22 Feb 2018 13:17:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85D07335C49 for ; Thu, 22 Feb 2018 13:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC3F238 for ; Thu, 22 Feb 2018 13:17:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519304568.32ec512e5ee972bcbbcc2da7aecc4aa0f0f52b7a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okteta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okteta/okteta-17.12.49.9999.ebuild kde-apps/okteta/okteta-9999.ebuild X-VCS-Directories: kde-apps/okteta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32ec512e5ee972bcbbcc2da7aecc4aa0f0f52b7a X-VCS-Branch: master Date: Thu, 22 Feb 2018 13:17:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47dc205b-877d-4aa0-8a83-31289f07de71 X-Archives-Hash: 741d093f25b39fc268e442b698867fa8 commit: 32ec512e5ee972bcbbcc2da7aecc4aa0f0f52b7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 22 13:02:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 13:02:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=32ec512e kde-apps/okteta: Relax app-crypt/qca qt5-usedep Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/okteta/okteta-17.12.49.9999.ebuild | 2 +- kde-apps/okteta/okteta-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/okteta/okteta-17.12.49.9999.ebuild b/kde-apps/okteta/okteta-17.12.49.9999.ebuild index b59471dd71..ae9a551787 100644 --- a/kde-apps/okteta/okteta-17.12.49.9999.ebuild +++ b/kde-apps/okteta/okteta-17.12.49.9999.ebuild @@ -39,7 +39,7 @@ DEPEND=" $(add_qt_dep qtscript 'scripttools') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - crypt? ( app-crypt/qca:2[qt5] ) + crypt? ( app-crypt/qca:2[qt5(+)] ) designer? ( $(add_qt_dep designer) ) " RDEPEND="${DEPEND}" diff --git a/kde-apps/okteta/okteta-9999.ebuild b/kde-apps/okteta/okteta-9999.ebuild index 8ccfd73fdf..220c07a034 100644 --- a/kde-apps/okteta/okteta-9999.ebuild +++ b/kde-apps/okteta/okteta-9999.ebuild @@ -39,7 +39,7 @@ DEPEND=" $(add_qt_dep qtscript 'scripttools') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - crypt? ( app-crypt/qca:2[qt5] ) + crypt? ( app-crypt/qca:2[qt5(+)] ) designer? ( $(add_qt_dep designer) ) " RDEPEND="${DEPEND}"