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 /net-im/psi | |
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 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-0.15.ebuild | 4 | ||||
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild index 8fd8d7001b8e..c40955e53fa5 100644 --- a/net-im/psi/psi-0.15.ebuild +++ b/net-im/psi/psi-0.15.ebuild @@ -42,9 +42,9 @@ PDEPEND=" crypt? ( app-crypt/qca:2[gpg] ) jingle? ( net-im/psimedia - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] ) - ssl? ( app-crypt/qca:2[openssl] ) + ssl? ( app-crypt/qca:2[ssl] ) " DOC_CONTENTS='Psi+ support(USE="extras") was removed from ebuild since 0.15' diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index a54aea898b5c..0bb8cc4ac2cd 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -58,9 +58,9 @@ PDEPEND=" crypt? ( app-crypt/qca:2[gpg] ) jingle? ( net-im/psimedia - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] ) - ssl? ( app-crypt/qca:2[openssl] ) + ssl? ( app-crypt/qca:2[ssl] ) " RESTRICT="test" |