commit:     f1596fa4dea35a5e05d6400b5163006608ff51a9
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Tue Nov  4 16:27:29 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 21:59:11 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f1596fa4

[dev-qt/qtcore] Add journald logging support (qtbase f81de394)

Package-Manager: portage-2.2.14

---
 dev-qt/qtcore/metadata.xml           | 1 +
 dev-qt/qtcore/qtcore-5.4.0_rc.ebuild | 4 +++-
 dev-qt/qtcore/qtcore-5.4.9999.ebuild | 4 +++-
 dev-qt/qtcore/qtcore-5.9999.ebuild   | 4 +++-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtcore/metadata.xml b/dev-qt/qtcore/metadata.xml
index c0ae526..8cae287 100644
--- a/dev-qt/qtcore/metadata.xml
+++ b/dev-qt/qtcore/metadata.xml
@@ -8,6 +8,7 @@
                <flag name="glib">Enable <pkg>dev-libs/glib</pkg> eventloop 
support</flag>
                <flag name="qt3support">Enable the Qt3Support libraries for 
Qt4. Note that
                        this does not mean you can compile pure Qt3 programs 
with Qt4.</flag>
+               <flag name="systemd">Enable native journald logging 
support</flag>
        </use>
        <upstream>
                <bugs-to>https://bugreports.qt-project.org/</bugs-to>

diff --git a/dev-qt/qtcore/qtcore-5.4.0_rc.ebuild 
b/dev-qt/qtcore/qtcore-5.4.0_rc.ebuild
index db7311e..4034e13 100644
--- a/dev-qt/qtcore/qtcore-5.4.0_rc.ebuild
+++ b/dev-qt/qtcore/qtcore-5.4.0_rc.ebuild
@@ -16,7 +16,7 @@ else
        KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE="icu"
+IUSE="icu systemd"
 
 DEPEND="
        dev-libs/glib:2
@@ -24,6 +24,7 @@ DEPEND="
        sys-libs/zlib
        virtual/libiconv
        icu? ( dev-libs/icu:= )
+       systemd? ( sys-apps/systemd )
 "
 RDEPEND="${DEPEND}"
 
@@ -38,6 +39,7 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
        local myconf=(
                $(qt_use icu)
+               $(qt_use systemd journald)
        )
        qt5-build_src_configure
 }

diff --git a/dev-qt/qtcore/qtcore-5.4.9999.ebuild 
b/dev-qt/qtcore/qtcore-5.4.9999.ebuild
index db7311e..4034e13 100644
--- a/dev-qt/qtcore/qtcore-5.4.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.4.9999.ebuild
@@ -16,7 +16,7 @@ else
        KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE="icu"
+IUSE="icu systemd"
 
 DEPEND="
        dev-libs/glib:2
@@ -24,6 +24,7 @@ DEPEND="
        sys-libs/zlib
        virtual/libiconv
        icu? ( dev-libs/icu:= )
+       systemd? ( sys-apps/systemd )
 "
 RDEPEND="${DEPEND}"
 
@@ -38,6 +39,7 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
        local myconf=(
                $(qt_use icu)
+               $(qt_use systemd journald)
        )
        qt5-build_src_configure
 }

diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild 
b/dev-qt/qtcore/qtcore-5.9999.ebuild
index db7311e..4034e13 100644
--- a/dev-qt/qtcore/qtcore-5.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
@@ -16,7 +16,7 @@ else
        KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE="icu"
+IUSE="icu systemd"
 
 DEPEND="
        dev-libs/glib:2
@@ -24,6 +24,7 @@ DEPEND="
        sys-libs/zlib
        virtual/libiconv
        icu? ( dev-libs/icu:= )
+       systemd? ( sys-apps/systemd )
 "
 RDEPEND="${DEPEND}"
 
@@ -38,6 +39,7 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
        local myconf=(
                $(qt_use icu)
+               $(qt_use systemd journald)
        )
        qt5-build_src_configure
 }

Reply via email to