diff options
author | 2012-07-08 14:50:11 +0000 | |
---|---|---|
committer | 2012-07-08 14:50:11 +0000 | |
commit | 914861886134b0efc9895246e893c5aabe1da144 (patch) | |
tree | 8e2817f8541b28cb8f93c6b82f95ff42707f6d50 /x11-libs/qt-sql | |
parent | sparc stable (diff) | |
download | gentoo-2-914861886134b0efc9895246e893c5aabe1da144.tar.gz gentoo-2-914861886134b0efc9895246e893c5aabe1da144.tar.bz2 gentoo-2-914861886134b0efc9895246e893c5aabe1da144.zip |
Stable for HPPA (bug #424625).
(Portage version: 2.2.0_alpha116/cvs/Linux 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.8.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 7ae7551d71f0..23e7767fd423 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.141 2012/07/06 05:03:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.142 2012/07/08 14:50:10 jer Exp $ + + 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> qt-sql-4.8.2.ebuild: + Stable for HPPA (bug #424625). 06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-sql-4.8.1.ebuild: ppc stable (bug 414241) diff --git a/x11-libs/qt-sql/qt-sql-4.8.2.ebuild b/x11-libs/qt-sql/qt-sql-4.8.2.ebuild index eeefd8c4fbc8..167eb67e1108 100644 --- a/x11-libs/qt-sql/qt-sql-4.8.2.ebuild +++ b/x11-libs/qt-sql/qt-sql-4.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8.2.ebuild,v 1.4 2012/07/05 12:28:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.8.2.ebuild,v 1.5 2012/07/08 14:50:11 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="firebird freetds mysql oci8 odbc postgres qt3support +sqlite" |