diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-04 14:53:25 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-04 14:53:25 +0000 |
commit | c869f2c5b9650f013f80908cb02764e48735900a (patch) | |
tree | 5b4c72cd94b7856af3353da905fe739a892e6ad1 /x11-libs/qt-sql | |
parent | Bump to 0.47, small src_compile fix, ~amd64 keyword (diff) | |
download | gentoo-2-c869f2c5b9650f013f80908cb02764e48735900a.tar.gz gentoo-2-c869f2c5b9650f013f80908cb02764e48735900a.tar.bz2 gentoo-2-c869f2c5b9650f013f80908cb02764e48735900a.zip |
Add ~mips keywords to qt-4.4.2
(Portage version: 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" |