diff options
author | 2009-02-04 23:31:01 +0000 | |
---|---|---|
committer | 2009-02-04 23:31:01 +0000 | |
commit | d11e4a1bfc4eab0c88598794414c95d691336f58 (patch) | |
tree | 73c2d271d686f027b8cb787fd4de90527976c294 /x11-libs | |
parent | Marking qt-script-4.4.2 ppc64 for bug 248038 (diff) | |
download | historical-d11e4a1bfc4eab0c88598794414c95d691336f58.tar.gz historical-d11e4a1bfc4eab0c88598794414c95d691336f58.tar.bz2 historical-d11e4a1bfc4eab0c88598794414c95d691336f58.zip |
Marking qt-sql-4.4.2 ppc64 for bug 248038
Package-Manager: portage-2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64
Diffstat (limited to 'x11-libs')
-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 a9d4d1f27c5e..44d83cf8e726 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.23 2009/02/04 14:53:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.24 2009/02/04 23:31:01 ranger Exp $ + + 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-sql-4.4.2.ebuild: + Marking qt-sql-4.4.2 ppc64 stable for bug 248038 04 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> qt-sql-4.4.2.ebuild: Add ~mips keywords to qt-4.4.2 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 9e7d6110c6bf..b81e4537bf20 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.6 2009/02/04 14:53:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.7 2009/02/04 23:31:01 ranger 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 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="firebird mysql odbc postgres +qt3support +sqlite" |