diff options
author | Dror Levin <spatz@gentoo.org> | 2011-01-16 15:57:33 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-01-16 15:57:33 +0000 |
commit | 6abd5c4b11a143d91a6134b2f57963a363f406b3 (patch) | |
tree | fb1de9e61586b2f1152d606f8bbc16ef80d091f5 /x11-libs/qt-svg | |
parent | Version bump (diff) | |
download | gentoo-2-6abd5c4b11a143d91a6134b2f57963a363f406b3.tar.gz gentoo-2-6abd5c4b11a143d91a6134b2f57963a363f406b3.tar.bz2 gentoo-2-6abd5c4b11a143d91a6134b2f57963a363f406b3.zip |
Make accessibility USE flag on by default to be consistent with other Qt modules, bug 351829.
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index a6e426082661..cc188b8a1804 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.82 2011/01/15 14:50:36 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.83 2011/01/16 15:57:33 spatz Exp $ + + 16 Jan 2011; Dror Levin <spatz@gentoo.org> qt-svg-4.7.1-r1.ebuild: + Make accessibility USE flag on by default to be consistent with other Qt + modules, bug 351829. *qt-svg-4.7.1-r1 (15 Jan 2011) diff --git a/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild b/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild index 0dbf1686dfe4..a64a5ef511dc 100644 --- a/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild,v 1.1 2011/01/15 14:50:36 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.7.1-r1.ebuild,v 1.2 2011/01/16 15:57:33 spatz Exp $ EAPI="3" inherit qt4-build @@ -8,7 +8,7 @@ inherit qt4-build DESCRIPTION="The SVG module for the Qt toolkit" SLOT="4" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="accessibility iconv" +IUSE="+accessibility iconv" DEPEND="~x11-libs/qt-gui-${PV}[accessibility=,aqua=,debug=]" RDEPEND="${DEPEND}" |