From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C70191384B4 for ; Fri, 27 Nov 2015 23:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44ACF21C057; Fri, 27 Nov 2015 23:43:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6EE221C057 for ; Fri, 27 Nov 2015 23:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFFA1340691 for ; Fri, 27 Nov 2015 23:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00623E7 for ; Fri, 27 Nov 2015 23:42:51 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1448666716.7986e79a1bf28ed8d51603771c718a6ca41f9ed5.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/qoauth/qoauth-9999.ebuild X-VCS-Directories: dev-libs/qoauth/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 7986e79a1bf28ed8d51603771c718a6ca41f9ed5 X-VCS-Branch: master Date: Fri, 27 Nov 2015 23:42:51 +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: 2ceccc10-e396-4d4e-931c-60bd25e255e5 X-Archives-Hash: 5b5e84b7a0d51e0158878edce238dcb6 commit: 7986e79a1bf28ed8d51603771c718a6ca41f9ed5 Author: Davide Pesavento gentoo org> AuthorDate: Fri Nov 27 23:25:16 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Nov 27 23:25:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7986e79a dev-libs/qoauth: qca-ossl is gone, stop depending on it Package-Manager: portage-2.2.26 dev-libs/qoauth/qoauth-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild index 8f594d6..9daf1df 100644 --- a/dev-libs/qoauth/qoauth-9999.ebuild +++ b/dev-libs/qoauth/qoauth-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit qt4-r2 git-2 DESCRIPTION="A Qt-based library for OAuth support" -HOMEPAGE="http://wiki.github.com/ayoy/qoauth" +HOMEPAGE="https://wiki.github.com/ayoy/qoauth" EGIT_REPO_URI="git://github.com/ayoy/${PN}" LICENSE="LGPL-2.1" @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND} test? ( dev-qt/qttest:4 ) " RDEPEND="${COMMON_DEPEND} - || ( app-crypt/qca-ossl:2[debug?] app-crypt/qca:2[debug?,openssl] ) + app-crypt/qca:2[openssl] " DOCS="README CHANGELOG"