diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-09-14 14:21:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-09-14 14:21:59 +0000 |
commit | b34caa3008b9ec52f4c7ff5cc13c939264748225 (patch) | |
tree | ac9d4c55abf30cfda306b3668586d0052f9cc12d /x11-libs | |
parent | Oops, missed a hard dep on 2.8.8. Thanks, mr-bones (diff) | |
download | gentoo-2-b34caa3008b9ec52f4c7ff5cc13c939264748225.tar.gz gentoo-2-b34caa3008b9ec52f4c7ff5cc13c939264748225.tar.bz2 gentoo-2-b34caa3008b9ec52f4c7ff5cc13c939264748225.zip |
Changing 3.3.4 dep to freetype-2.1* because it doesn't work with freetype 2.2 (per bug #145641) and the patch is way too big for me to comfortably introduce here.
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.4-r8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 875cf29cb141..568bdc5fcc98 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,11 @@ # 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.347 2006/09/14 14:10:17 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.348 2006/09/14 14:21:59 caleb Exp $ + + 14 Sep 2006; Caleb Tennis <caleb@gentoo.org> qt-3.3.4-r8.ebuild: + Changing 3.3.4 dep to freetype-2.1* because it doesn't work with freetype + 2.2 (per bug #145641) and the patch is way too big for me to comfortably + introduce here. 14 Sep 2006; Caleb Tennis <caleb@gentoo.org> -files/qt-4.1.3-mysql4-support.diff, -qt-4.1.2.ebuild, -qt-4.1.3.ebuild: diff --git a/x11-libs/qt/qt-3.3.4-r8.ebuild b/x11-libs/qt/qt-3.3.4-r8.ebuild index 47b452dc503a..970eef8ecd8e 100644 --- a/x11-libs/qt/qt-3.3.4-r8.ebuild +++ b/x11-libs/qt/qt-3.3.4-r8.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-3.3.4-r8.ebuild,v 1.18 2006/07/09 06:04:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.19 2006/09/14 14:21:59 caleb Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -33,7 +33,7 @@ DEPEND="|| ( ( x11-libs/libXcursor media-libs/libpng media-libs/jpeg media-libs/libmng - >=media-libs/freetype-2 + =media-libs/freetype-2.1* nas? ( >=media-libs/nas-1.5 ) mysql? ( dev-db/mysql ) firebird? ( dev-db/firebird ) |