commit: 7986e79a1bf28ed8d51603771c718a6ca41f9ed5 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Fri Nov 27 23:25:16 2015 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> 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"