diff options
author | Hanno <hanno@gentoo.org> | 2011-03-01 00:32:48 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2011-03-01 00:32:48 +0100 |
commit | 5eabce5ac27c03a211cf4e6f10598ac628167f9e (patch) | |
tree | 8f66fb4dd64a83d0546f291ab13d9d97be2a1bd2 /x11-libs | |
parent | x11-libs/qscintilla sources seem to have vanished from mirrors, (diff) | |
download | kde-sunset-5eabce5ac27c03a211cf4e6f10598ac628167f9e.tar.gz kde-sunset-5eabce5ac27c03a211cf4e6f10598ac628167f9e.tar.bz2 kde-sunset-5eabce5ac27c03a211cf4e6f10598ac628167f9e.zip |
change qt dep from media-libs/jpeg to virtual/jpeg.
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.8b-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.8b-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index c5a70465..1f51c66f 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-libs/qt -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.586 2009/08/02 21:54:28 tommy Exp $ + 28 Feb 2011; Hanno Boeck <hanno@gentoo.org> qt-3.3.8b-r1.ebuild, + qt-3.3.8b-r2.ebuild: + Change dependency from media-libs/jpeg to virtual/jpeg. + 04 Sep 2010; Ladislav Láska <ladislav.laska@gmail.com> qt-3.3.8b-r1.ebuild, qt-3.3.8b-r2.ebuild: Changed dependency from virtual/postgresql-base to dev-db/postgresql-base, diff --git a/x11-libs/qt/qt-3.3.8b-r1.ebuild b/x11-libs/qt/qt-3.3.8b-r1.ebuild index 412d647c..5cfa95ad 100644 --- a/x11-libs/qt/qt-3.3.8b-r1.ebuild +++ b/x11-libs/qt/qt-3.3.8b-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r1.ebuild,v 1.9 2009/12/03 18:25:47 yngwin Exp $ @@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="cups debug doc examples firebird ipv6 mysql nas nis odbc opengl postgres sqlite xinerama immqt immqt-bc" RDEPEND=" - media-libs/jpeg + virtual/jpeg >=media-libs/freetype-2 >=media-libs/libmng-1.0.9 media-libs/libpng diff --git a/x11-libs/qt/qt-3.3.8b-r2.ebuild b/x11-libs/qt/qt-3.3.8b-r2.ebuild index 36667615..233884d5 100644 --- a/x11-libs/qt/qt-3.3.8b-r2.ebuild +++ b/x11-libs/qt/qt-3.3.8b-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.8b-r2.ebuild,v 1.7 2009/12/03 18:25:47 yngwin Exp $ @@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="cups debug doc examples firebird ipv6 mysql nas nis odbc opengl postgres sqlite xinerama immqt immqt-bc" RDEPEND=" - media-libs/jpeg + virtual/jpeg >=media-libs/freetype-2 >=media-libs/libmng-1.0.9 media-libs/libpng |