diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 22:10:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 22:10:58 +0000 |
commit | 66354b10776104ee660a5619efe9a87a67c7a46c (patch) | |
tree | 78427138a6ea1aa4a1ae8b160dbd93e8afdd0379 /x11-libs/qt-svg | |
parent | Stable on amd64 wrt bug #354033 (diff) | |
download | gentoo-2-66354b10776104ee660a5619efe9a87a67c7a46c.tar.gz gentoo-2-66354b10776104ee660a5619efe9a87a67c7a46c.tar.bz2 gentoo-2-66354b10776104ee660a5619efe9a87a67c7a46c.zip |
Stable on amd64 wrt bug #354033
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index cdf2f27f677c..2eaf9146dec3 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,9 @@ # 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.86 2011/05/09 07:09:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.87 2011/05/09 22:10:58 hwoarang Exp $ + + 09 May 2011; Markos Chandras <hwoarang@gentoo.org> qt-svg-4.7.2.ebuild: + Stable on amd64 wrt bug #354033 09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-svg-4.7.2.ebuild: x86 stable per bug 354033 diff --git a/x11-libs/qt-svg/qt-svg-4.7.2.ebuild b/x11-libs/qt-svg/qt-svg-4.7.2.ebuild index 770820535099..50be4c08fb12 100644 --- a/x11-libs/qt-svg/qt-svg-4.7.2.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.7.2.ebuild @@ -1,13 +1,13 @@ # 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.2.ebuild,v 1.2 2011/05/09 07:09:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.7.2.ebuild,v 1.3 2011/05/09 22:10:58 hwoarang Exp $ EAPI="3" 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" +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" DEPEND="~x11-libs/qt-gui-${PV}[accessibility=,aqua=,debug=]" |