diff options
author | 2012-12-26 17:21:09 +0000 | |
---|---|---|
committer | 2012-12-26 17:21:09 +0000 | |
commit | 758a561838354bf091635629e3a367a25a3e3c47 (patch) | |
tree | ac137969cf6f6d01492dab9ddef8a228c78db9bd /x11-libs/qt-sql | |
parent | Stable for sparc, wrt bug #445956 (diff) | |
download | gentoo-2-758a561838354bf091635629e3a367a25a3e3c47.tar.gz gentoo-2-758a561838354bf091635629e3a367a25a3e3c47.tar.bz2 gentoo-2-758a561838354bf091635629e3a367a25a3e3c47.zip |
Stable for sparc, wrt bug #445956
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index 91fd7f524159..929eddb218be 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.159 2012/12/25 14:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.160 2012/12/26 17:21:09 ago Exp $ + + 26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-sql-4.8.4.ebuild: + Stable for sparc, wrt bug #445956 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-sql-4.8.4.ebuild: Stable for arm, wrt bug #445956 diff --git a/x11-libs/qt-sql/qt-sql-4.8.4.ebuild b/x11-libs/qt-sql/qt-sql-4.8.4.ebuild index 3c8b9ec80388..74c5d1e04d49 100644 --- a/x11-libs/qt-sql/qt-sql-4.8.4.ebuild +++ b/x11-libs/qt-sql/qt-sql-4.8.4.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.4.ebuild,v 1.8 2012/12/25 14:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.8.4.ebuild,v 1.9 2012/12/26 17:21:09 ago 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 ~sparc 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 sparc 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" |