diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-12-13 02:29:58 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-12-13 02:30:10 -0500 |
commit | 2e4c40fbcd8fb2d348644e04ab05cc4e7d97dfd5 (patch) | |
tree | a400967420948e9b23c67017524591700b7363a7 | |
parent | net-p2p/bitcoinxtd: add libressl support (diff) | |
download | gentoo-2e4c40fbcd8fb2d348644e04ab05cc4e7d97dfd5.tar.gz gentoo-2e4c40fbcd8fb2d348644e04ab05cc4e7d97dfd5.tar.bz2 gentoo-2e4c40fbcd8fb2d348644e04ab05cc4e7d97dfd5.zip |
net-p2p/bitcoinxt-qt: add libressl support
Package-Manager: portage-2.2.24
-rw-r--r-- | net-p2p/bitcoinxt-qt/bitcoinxt-qt-0.11.0d.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/bitcoinxt-qt/bitcoinxt-qt-0.11.0d.ebuild b/net-p2p/bitcoinxt-qt/bitcoinxt-qt-0.11.0d.ebuild index 56949157ceb7..dfbf4a76fa44 100644 --- a/net-p2p/bitcoinxt-qt/bitcoinxt-qt-0.11.0d.ebuild +++ b/net-p2p/bitcoinxt-qt/bitcoinxt-qt-0.11.0d.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/bitcoinxt/bitcoinxt/archive/v${My_PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="dbus +doc kde ljr +logrotate +qrcode qt4 qt5 +ssl test upnp +wallet" +IUSE="dbus +doc kde libressl ljr +logrotate +qrcode qt4 qt5 +ssl test upnp +wallet" REQUIRED_USE="${REQUIRED_USE} ^^ ( qt4 qt5 )" LANGS="ach af_ZA ar be_BY bg bs ca ca@valencia ca_ES cmn cs cy da de el_GR en eo es es_CL es_DO es_MX es_UY et eu_ES fa fa_IR fi fr fr_CA gl gu_IN he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_HK zh_CN zh_TW" @@ -24,7 +24,9 @@ for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" done -OPENSSL_DEPEND="dev-libs/openssl:0[-bindist]" +OPENSSL_DEPEND=" + !libressl? ( dev-libs/openssl:0[-bindist] ) + libressl? ( dev-libs/libressl )" WALLET_DEPEND="media-gfx/qrencode sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]" RDEPEND=" |