diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-23 18:11:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-23 18:11:08 +0000 |
commit | fdaf726aa24e9a3d3f96577d162475b44f2eb830 (patch) | |
tree | b6165498d9ba86eaab6ed41c707d01c5a62dad84 /x11-libs | |
parent | Add myself to metadata (diff) | |
download | gentoo-2-fdaf726aa24e9a3d3f96577d162475b44f2eb830.tar.gz gentoo-2-fdaf726aa24e9a3d3f96577d162475b44f2eb830.tar.bz2 gentoo-2-fdaf726aa24e9a3d3f96577d162475b44f2eb830.zip |
Stable on ppc64; bug #132349
(Portage version: 2.0.54-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index d6e4441d895c..9980b10ea8ab 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.313 2006/05/12 22:31:52 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.314 2006/05/23 18:11:07 corsair Exp $ + + 23 May 2006; Markus Rothe <corsair@gentoo.org> qt-4.1.2.ebuild: + Stable on ppc64; bug #132349 12 May 2006; Thomas Cort <tcort@gentoo.org> qt-3.3.6-r1.ebuild: Stable on alpha wrt Bug #132887. diff --git a/x11-libs/qt/qt-4.1.2.ebuild b/x11-libs/qt/qt-4.1.2.ebuild index 67abd897dcba..b50b3277f86c 100644 --- a/x11-libs/qt/qt-4.1.2.ebuild +++ b/x11-libs/qt/qt-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.1.2.ebuild,v 1.4 2006/05/05 16:51:10 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.1.2.ebuild,v 1.5 2006/05/23 18:11:08 corsair Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ S=${WORKDIR}/qt-x11-${SRCTYPE}-${PV} LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="4" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="accessibility cups debug doc examples firebird gif jpeg mng mysql nas nis odbc opengl png postgres sqlite xinerama zlib" DEPEND="|| ( ( x11-libs/libXrandr |