diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-01-02 20:13:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-01-02 20:13:14 +0000 |
commit | 007ea76a1df361b302756c21e5d1cc029a5c0210 (patch) | |
tree | a4c79da599494341b5edd5a2c563b4a6e0a8fefc /app-emulation | |
parent | sparc stable wrt bug #495336 (diff) | |
download | gentoo-2-007ea76a1df361b302756c21e5d1cc029a5c0210.tar.gz gentoo-2-007ea76a1df361b302756c21e5d1cc029a5c0210.tar.bz2 gentoo-2-007ea76a1df361b302756c21e5d1cc029a5c0210.zip |
Depend on qtsingleapplication[X] to fix configure failure
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/q4wine/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/q4wine/ChangeLog b/app-emulation/q4wine/ChangeLog index 06c0d5d419bb..8bfe5e0e642f 100644 --- a/app-emulation/q4wine/ChangeLog +++ b/app-emulation/q4wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/q4wine -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.49 2013/12/28 00:10:58 pesa Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.50 2014/01/02 20:13:14 hwoarang Exp $ + + 02 Jan 2014; Markos Chandras <hwoarang@gentoo.org> q4wine-1.1_p2-r1.ebuild: + Depend on qtsingleapplication[X] to fix configure failure 28 Dec 2013; Davide Pesavento <pesa@gentoo.org> metadata.xml: Cleanup diff --git a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild b/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild index 46915b5100e9..3470bb6f63c2 100644 --- a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild +++ b/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v 1.1 2013/12/28 00:07:53 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v 1.2 2014/01/02 20:13:14 hwoarang Exp $ EAPI=5 PLOCALES="af cs de en es fa he it ru uk pl pt" +PLOCALE_BACKUP="en_US" inherit cmake-utils l10n @@ -25,7 +26,7 @@ IUSE="+dbus debug +icoutils +wineappdb" DEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 - dev-qt/qtsingleapplication + dev-qt/qtsingleapplication[X(+)] dev-qt/qtsql:4[sqlite] dbus? ( dev-qt/qtdbus:4 ) " |