diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-18 19:52:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-18 19:52:14 +0000 |
commit | 36736ebcfe8aa94adfe542ca66e74f95cfb7d185 (patch) | |
tree | 43f58fa793977a73f6312f3e88429398049fe504 /x11-libs/qt-sql | |
parent | amd64/x86 stable, bug #248038 (diff) | |
download | gentoo-2-36736ebcfe8aa94adfe542ca66e74f95cfb7d185.tar.gz gentoo-2-36736ebcfe8aa94adfe542ca66e74f95cfb7d185.tar.bz2 gentoo-2-36736ebcfe8aa94adfe542ca66e74f95cfb7d185.zip |
amd64/x86 stable, bug #248038
(Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index 8c3fb636a88a..98687e14f1bf 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.19 2009/01/17 16:17:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.20 2009/01/18 19:52:14 maekke Exp $ + + 18 Jan 2009; Markus Meier <maekke@gentoo.org> qt-sql-4.4.2.ebuild: + amd64/x86 stable, bug #248038 17 Jan 2009; nixnut <nixnut@gentoo.org> qt-sql-4.4.2.ebuild: ppc stable #248038 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 49f11eeb34fa..fc014c3775dc 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-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.2 2009/01/17 16:17:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.3 2009/01/18 19:52:14 maekke 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" |