aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-11-28 00:25:16 +0100
committerDavide Pesavento <pesa@gentoo.org>2015-11-28 00:25:16 +0100
commit7986e79a1bf28ed8d51603771c718a6ca41f9ed5 (patch)
tree99eedc85f3658a4186bb29d5435fe833a8e4be75 /dev-libs
parenttravis: update (diff)
downloadqt-7986e79a1bf28ed8d51603771c718a6ca41f9ed5.tar.gz
qt-7986e79a1bf28ed8d51603771c718a6ca41f9ed5.tar.bz2
qt-7986e79a1bf28ed8d51603771c718a6ca41f9ed5.zip
dev-libs/qoauth: qca-ossl is gone, stop depending on it
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/qoauth/qoauth-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
index 8f594d63..9daf1df0 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"