diff options
author | 2009-02-04 14:53:25 +0000 | |
---|---|---|
committer | 2009-02-04 14:53:25 +0000 | |
commit | 5ca6f6d86899a40866d5f543163c72cb89c35796 (patch) | |
tree | 1f1a38a56c3bff222355e6bbd6bc6c9d7debbe9b /x11-libs/qt-sql | |
parent | Bump to 0.47, small src_compile fix, ~amd64 keyword (diff) | |
download | historical-5ca6f6d86899a40866d5f543163c72cb89c35796.tar.gz historical-5ca6f6d86899a40866d5f543163c72cb89c35796.tar.bz2 historical-5ca6f6d86899a40866d5f543163c72cb89c35796.zip |
Add ~mips keywords to qt-4.4.2
Package-Manager: portage-2.2_rc23/cvs/Linux mips64
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 87cbc87232b9..a9d4d1f27c5e 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.22 2009/01/31 18:13:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.23 2009/02/04 14:53:25 alexxy Exp $ + + 04 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> qt-sql-4.4.2.ebuild: + Add ~mips keywords to qt-4.4.2 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> qt-sql-4.4.2.ebuild: Stable on alpha, bug #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 4a72cdde5df5..9e7d6110c6bf 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.5 2009/01/31 18:13:48 klausman Exp $ +# $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 $ 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 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="firebird mysql odbc postgres +qt3support +sqlite" |