diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-15 04:37:21 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-15 04:37:21 +0000 |
commit | e96864ee75aab9254392c5144bc69a96a4ee5d8f (patch) | |
tree | 2bc464bf24e3e97027564472bbaf81699726e201 /dev-qt/qtsql | |
parent | keyword arm64, tested on cortex-a53 hardware (diff) | |
download | gentoo-2-e96864ee75aab9254392c5144bc69a96a4ee5d8f.tar.gz gentoo-2-e96864ee75aab9254392c5144bc69a96a4ee5d8f.tar.bz2 gentoo-2-e96864ee75aab9254392c5144bc69a96a4ee5d8f.zip |
keyword arm64, tested on cortex-a53 hardware
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-qt/qtsql')
-rw-r--r-- | dev-qt/qtsql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-qt/qtsql/qtsql-4.8.6-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-qt/qtsql/qtsql-5.4.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-qt/qtsql/ChangeLog b/dev-qt/qtsql/ChangeLog index 7e98d04c429e..7d8a928f30cf 100644 --- a/dev-qt/qtsql/ChangeLog +++ b/dev-qt/qtsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-qt/qtsql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.30 2015/03/08 14:02:59 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.31 2015/04/15 04:37:21 dlan Exp $ + + 15 Apr 2015; Yixun Lan <dlan@gentoo.org> qtsql-4.8.6-r1.ebuild, + qtsql-5.4.1.ebuild: + keyword arm64, tested on cortex-a53 hardware 08 Mar 2015; Davide Pesavento <pesa@gentoo.org> qtsql-5.4.1.ebuild: Remove all keywords from "live" branch. diff --git a/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild b/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild index 8e2c8068ea86..f76cef571e0e 100644 --- a/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild +++ b/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild,v 1.3 2014/12/28 15:44:26 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild,v 1.4 2015/04/15 04:37:21 dlan Exp $ EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="The SQL module for the Qt toolkit" 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 ~arm64 ~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="freetds mysql oci8 odbc postgres qt3support +sqlite" diff --git a/dev-qt/qtsql/qtsql-5.4.1.ebuild b/dev-qt/qtsql/qtsql-5.4.1.ebuild index 19685809558e..20f78bb6ce7a 100644 --- a/dev-qt/qtsql/qtsql-5.4.1.ebuild +++ b/dev-qt/qtsql/qtsql-5.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-5.4.1.ebuild,v 1.2 2015/03/08 14:02:59 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-5.4.1.ebuild,v 1.3 2015/04/15 04:37:21 dlan Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~arm ~hppa ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |