diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-10-29 02:13:08 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-29 02:13:52 +1100 |
commit | e266453c3497fd66a3e579e80fc1c4510b254666 (patch) | |
tree | 162ac0a20737556f926c53c1c0beba83ab15f37e /dev-libs/qoauth | |
parent | net-im/psimedia: drop ppc64 to testing (diff) | |
download | gentoo-e266453c3497fd66a3e579e80fc1c4510b254666.tar.gz gentoo-e266453c3497fd66a3e579e80fc1c4510b254666.tar.bz2 gentoo-e266453c3497fd66a3e579e80fc1c4510b254666.zip |
app-crypt/qca: rename openssl USE flag -> ssl
Gentoo-bug: 592706
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild index 7e6cf33b06d6..7ab3be45fda2 100644 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND} test? ( dev-qt/qttest:4 ) " RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] " S=${WORKDIR}/${P}-src diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild index d9ab014a98af..9ffd03826a16 100644 --- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild +++ b/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND} test? ( dev-qt/qttest:5 ) " RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] !dev-libs/qoauth:0 " |