diff options
author | 2012-12-24 16:44:12 +0000 | |
---|---|---|
committer | 2012-12-24 16:44:12 +0000 | |
commit | d72f03f3ff0f4791d5d5c438d184b36066e0f3c1 (patch) | |
tree | c69e28ccc86e557499035e6da42ee056697fb2f3 /x11-libs/qt-sql | |
parent | Stable on amd64, wrt bug #448304 (diff) | |
download | gentoo-2-d72f03f3ff0f4791d5d5c438d184b36066e0f3c1.tar.gz gentoo-2-d72f03f3ff0f4791d5d5c438d184b36066e0f3c1.tar.bz2 gentoo-2-d72f03f3ff0f4791d5d5c438d184b36066e0f3c1.zip |
Stable for HPPA (bug #445956).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
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 8f316c2a5868..514e102813f8 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.152 2012/12/05 03:29:08 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.153 2012/12/24 16:44:12 jer Exp $ + + 24 Dec 2012; Jeroen Roovers <jer@gentoo.org> qt-sql-4.8.4.ebuild: + Stable for HPPA (bug #445956). *qt-sql-4.8.4 (05 Dec 2012) 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 be586df6300f..c29e30db7902 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.1 2012/12/05 03:29:08 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.8.4.ebuild,v 1.2 2012/12/24 16:44:12 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 ~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" |