diff options
Diffstat (limited to 'x11-libs/qt-sql')
-rw-r--r-- | x11-libs/qt-sql/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-sql/qt-sql-4.4.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index 897b6c8f943f..8c3fb636a88a 100644 --- a/x11-libs/qt-sql/ChangeLog +++ b/x11-libs/qt-sql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-sql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.18 2009/01/06 15:13:38 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.19 2009/01/17 16:17:47 nixnut Exp $ + + 17 Jan 2009; nixnut <nixnut@gentoo.org> qt-sql-4.4.2.ebuild: + ppc stable #248038 06 Jan 2009; Ben de Groot <yngwin@gentoo.org> -qt-sql-4.4.0.ebuild, -qt-sql-4.4.1.ebuild: diff --git a/x11-libs/qt-sql/qt-sql-4.4.2.ebuild b/x11-libs/qt-sql/qt-sql-4.4.2.ebuild index b1a45a7c0de8..49f11eeb34fa 100644 --- a/x11-libs/qt-sql/qt-sql-4.4.2.ebuild +++ b/x11-libs/qt-sql/qt-sql-4.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.1 2008/09/19 00:16:01 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.2 2009/01/17 16:17:47 nixnut Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="firebird mysql odbc postgres +qt3support +sqlite" |