diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-08 15:38:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-08 15:38:56 +0000 |
commit | a00645969a9c9b78e66ff4133e8cccd183fb8023 (patch) | |
tree | 783da2dc4f40d23fcb6864dd6649fce2c1ef18ee /x11-libs | |
parent | fix path to evas #143208 by David Helstroom (diff) | |
download | gentoo-2-a00645969a9c9b78e66ff4133e8cccd183fb8023.tar.gz gentoo-2-a00645969a9c9b78e66ff4133e8cccd183fb8023.tar.bz2 gentoo-2-a00645969a9c9b78e66ff4133e8cccd183fb8023.zip |
stable amd64
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index bb46e9bd9fe7..985649187ce7 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.336 2006/08/07 23:07:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.337 2006/08/08 15:38:56 blubb Exp $ + + 08 Aug 2006; Simon Stelling <blubb@gentoo.org> qt-4.1.4.ebuild: + stable on amd64 07 Aug 2006; Andrej Kacian <ticho@gentoo.org> qt-4.1.4.ebuild, qt-4.2.0_pre1.ebuild: diff --git a/x11-libs/qt/qt-4.1.4.ebuild b/x11-libs/qt/qt-4.1.4.ebuild index 39907fa50e46..d66d48b1d32c 100644 --- a/x11-libs/qt/qt-4.1.4.ebuild +++ b/x11-libs/qt/qt-4.1.4.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.4.ebuild,v 1.4 2006/08/07 23:07:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.1.4.ebuild,v 1.5 2006/08/08 15:38:56 blubb 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ~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 |