diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 22:11:45 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 22:11:45 +0000 |
commit | 9f3cae1d93af793eb37ada9f90aa2810cc32cf77 (patch) | |
tree | a5c78e965fe8d76352fe5a49628cd04bc1948b86 /x11-libs/qt-test | |
parent | fixed HOMEPAGE (diff) | |
download | historical-9f3cae1d93af793eb37ada9f90aa2810cc32cf77.tar.gz historical-9f3cae1d93af793eb37ada9f90aa2810cc32cf77.tar.bz2 historical-9f3cae1d93af793eb37ada9f90aa2810cc32cf77.zip |
Stable on amd64 wrt bug #354033
Package-Manager: portage-2.1.9.47/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r-- | x11-libs/qt-test/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-test/qt-test-4.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index ef09f37168b0..c6e82e4b0311 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-test # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.84 2011/05/09 07:10:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.85 2011/05/09 22:11:13 hwoarang Exp $ + + 09 May 2011; Markos Chandras <hwoarang@gentoo.org> qt-test-4.7.2.ebuild: + Stable on amd64 wrt bug #354033 09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-test-4.7.2.ebuild: x86 stable per bug 354033 diff --git a/x11-libs/qt-test/qt-test-4.7.2.ebuild b/x11-libs/qt-test/qt-test-4.7.2.ebuild index 8cd745a79aca..211f68707a48 100644 --- a/x11-libs/qt-test/qt-test-4.7.2.ebuild +++ b/x11-libs/qt-test/qt-test-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-test/qt-test-4.7.2.ebuild,v 1.2 2011/05/09 07:10:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.7.2.ebuild,v 1.3 2011/05/09 22:11:13 hwoarang Exp $ EAPI="3" inherit qt4-build DESCRIPTION="The testing framework 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="iconv" DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]" |