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 /media-sound | |
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 'media-sound')
-rw-r--r-- | media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 2 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild index 57847fea39e5..e11b09b825be 100644 --- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild +++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild @@ -70,7 +70,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] " DOCS=( AUTHORS ChangeLog README.md ) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index c3d5f0cf100d..62a586d1f418 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -53,7 +53,7 @@ DEPEND="${CDEPEND} $(add_qt_dep qtconcurrent) " RDEPEND="${CDEPEND} - app-crypt/qca:2[openssl] + app-crypt/qca:2[ssl] " DOCS=( AUTHORS ChangeLog README.md ) |