commit:     54ec3ccc928738d3545d0967606215dbd3c4b756
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 22:14:22 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 22:14:22 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=54ec3ccc

[dev-qt/qtcore:5] Don't define QT_ZLIB.

1) It's qtcore, so we can just use whatever the configure generates.
2) The actual macro for the feature is QT(_NO)_COMPRESS. I believe
   QT_ZLIB is defined only when using the bundled zlib.
3) QT(_NO)_ZLIB isn't used anywhere anyway.

Package-Manager: portage-2.2.10

---
 dev-qt/qtcore/qtcore-5.3.1.ebuild    | 4 ----
 dev-qt/qtcore/qtcore-5.3.9999.ebuild | 4 ----
 dev-qt/qtcore/qtcore-5.9999.ebuild   | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.3.1.ebuild 
b/dev-qt/qtcore/qtcore-5.3.1.ebuild
index 3ed8bb6..f3675ba 100644
--- a/dev-qt/qtcore/qtcore-5.3.1.ebuild
+++ b/dev-qt/qtcore/qtcore-5.3.1.ebuild
@@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
        src/corelib
 )
 
-QT5_GENTOO_CONFIG=(
-       ::ZLIB
-)
-
 src_configure() {
        local myconf=(
                $(qt_use glib)

diff --git a/dev-qt/qtcore/qtcore-5.3.9999.ebuild 
b/dev-qt/qtcore/qtcore-5.3.9999.ebuild
index 3ed8bb6..f3675ba 100644
--- a/dev-qt/qtcore/qtcore-5.3.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.3.9999.ebuild
@@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
        src/corelib
 )
 
-QT5_GENTOO_CONFIG=(
-       ::ZLIB
-)
-
 src_configure() {
        local myconf=(
                $(qt_use glib)

diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild 
b/dev-qt/qtcore/qtcore-5.9999.ebuild
index 3ed8bb6..f3675ba 100644
--- a/dev-qt/qtcore/qtcore-5.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
@@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
        src/corelib
 )
 
-QT5_GENTOO_CONFIG=(
-       ::ZLIB
-)
-
 src_configure() {
        local myconf=(
                $(qt_use glib)

Reply via email to