diff options
author | 2012-10-14 16:55:32 +0000 | |
---|---|---|
committer | 2012-10-14 16:55:32 +0000 | |
commit | 4d1bc0f2c31fb22ce2b3e2789422e87b22955201 (patch) | |
tree | 25b7fcfcf011a728c2dd1859f412495611f85f91 /x11-libs/qt-sql | |
parent | geierlein update (diff) | |
download | gentoo-2-4d1bc0f2c31fb22ce2b3e2789422e87b22955201.tar.gz gentoo-2-4d1bc0f2c31fb22ce2b3e2789422e87b22955201.tar.bz2 gentoo-2-4d1bc0f2c31fb22ce2b3e2789422e87b22955201.zip |
alpha/ia64/sparc stable wrt #424625
(Portage version: 2.1.11.16/cvs/Linux ia64)
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 8b4f83be1e9c..9de2cb9fe779 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.150 2012/09/16 04:44:36 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.151 2012/10/14 16:55:32 armin76 Exp $ + + 14 Oct 2012; Raúl Porcel <armin76@gentoo.org> qt-sql-4.8.2.ebuild: + alpha/ia64/sparc stable wrt #424625 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-sql-4.8.3.ebuild: Add overlay changes (c++0x useflag) 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 5137a2860c9a..856998aecfb3 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.9 2012/07/19 21:16:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.8.2.ebuild,v 1.10 2012/10/14 16:55:32 armin76 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" |