commit:     03b579da264b3afe9bd3cfea9ffe6cd44528e686
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 09:26:04 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 09:26:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b579da

app-office/libreoffice: Drop pyhton-3.3 support, add libressl support

 app-office/libreoffice/libreoffice-5.0.9999.ebuild | 7 ++++---
 app-office/libreoffice/libreoffice-9999.ebuild     | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.0.9999.ebuild 
b/app-office/libreoffice/libreoffice-5.0.9999.ebuild
index c361e86..626b19c 100644
--- a/app-office/libreoffice/libreoffice-5.0.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-5.0.9999.ebuild
@@ -9,7 +9,7 @@ QT_MINIMAL="4.7.4"
 KDE_SCM="git"
 CMAKE_REQUIRED="never"
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_4 )
 PYTHON_REQ_USE="threads,xml"
 
 # experimental ; release ; old
@@ -73,7 +73,7 @@ unset EXT_URI
 unset ADDONS_SRC
 
 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome gstreamer
-+gtk gtk3 jemalloc kde mysql odk postgres telepathy test vlc"
++gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc"
 
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 # Unpackaged separate extensions:
@@ -122,7 +122,8 @@ COMMON_DEPEND="
        >=dev-libs/nspr-4.8.8
        >=dev-libs/nss-3.12.9
        >=dev-lang/perl-5.0
-       >=dev-libs/openssl-1.0.0d:0
+       !libressl? ( >=dev-libs/openssl-1.0.0d:0 )
+       libressl? ( dev-libs/libressl )
        >=dev-libs/redland-1.0.16
        media-gfx/graphite2
        >=media-libs/fontconfig-2.8.0

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index f5894cc..35ca08e 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -9,7 +9,7 @@ QT_MINIMAL="4.7.4"
 KDE_SCM="git"
 CMAKE_REQUIRED="never"
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_4 )
 PYTHON_REQ_USE="threads,xml"
 
 # experimental ; release ; old
@@ -73,7 +73,7 @@ unset EXT_URI
 unset ADDONS_SRC
 
 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome gstreamer
-+gtk gtk3 jemalloc kde mysql odk postgres telepathy test vlc"
++gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc"
 
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 # Unpackaged separate extensions:
@@ -122,7 +122,8 @@ COMMON_DEPEND="
        >=dev-libs/nspr-4.8.8
        >=dev-libs/nss-3.12.9
        >=dev-lang/perl-5.0
-       >=dev-libs/openssl-1.0.0d:0
+       !libressl? ( >=dev-libs/openssl-1.0.0d:0 )
+       libressl? ( dev-libs/libressl )
        >=dev-libs/redland-1.0.16
        media-gfx/graphite2
        >=media-libs/fontconfig-2.8.0

Reply via email to