Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
Date: Fri, 27 Nov 2015 23:43:02
Message-Id: 1448666716.7986e79a1bf28ed8d51603771c718a6ca41f9ed5.pesa@gentoo
1 commit: 7986e79a1bf28ed8d51603771c718a6ca41f9ed5
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 23:25:16 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 23:25:16 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7986e79a
7
8 dev-libs/qoauth: qca-ossl is gone, stop depending on it
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/qoauth/qoauth-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
16 index 8f594d6..9daf1df 100644
17 --- a/dev-libs/qoauth/qoauth-9999.ebuild
18 +++ b/dev-libs/qoauth/qoauth-9999.ebuild
19 @@ -7,7 +7,7 @@ EAPI=5
20 inherit qt4-r2 git-2
21
22 DESCRIPTION="A Qt-based library for OAuth support"
23 -HOMEPAGE="http://wiki.github.com/ayoy/qoauth"
24 +HOMEPAGE="https://wiki.github.com/ayoy/qoauth"
25 EGIT_REPO_URI="git://github.com/ayoy/${PN}"
26
27 LICENSE="LGPL-2.1"
28 @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND}
29 test? ( dev-qt/qttest:4 )
30 "
31 RDEPEND="${COMMON_DEPEND}
32 - || ( app-crypt/qca-ossl:2[debug?] app-crypt/qca:2[debug?,openssl] )
33 + app-crypt/qca:2[openssl]
34 "
35
36 DOCS="README CHANGELOG"