diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-09-16 04:55:59 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-09-16 04:55:59 +0000 |
commit | a9ad5e5ffc94cfaa32d56a765e0aa56fda43da3b (patch) | |
tree | b9e4cc7501cd73aa01a3e889e40b0e17fb00f1ff /x11-libs/qt-sql | |
parent | Moving necessary actions to postinst/postrm (diff) | |
download | historical-a9ad5e5ffc94cfaa32d56a765e0aa56fda43da3b.tar.gz historical-a9ad5e5ffc94cfaa32d56a765e0aa56fda43da3b.tar.bz2 historical-a9ad5e5ffc94cfaa32d56a765e0aa56fda43da3b.zip |
Add overlay changes (c++0x useflag)
Package-Manager: portage-2.2.0_alpha128/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index f37c72b82aa9..8b4f83be1e9c 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.149 2012/09/14 08:23:22 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.150 2012/09/16 04:44:36 yngwin Exp $ + + 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-sql-4.8.3.ebuild: + Add overlay changes (c++0x useflag) *qt-sql-4.8.3 (14 Sep 2012) diff --git a/x11-libs/qt-sql/qt-sql-4.8.3.ebuild b/x11-libs/qt-sql/qt-sql-4.8.3.ebuild index e9fe3344b6c5..a0ae2c374246 100644 --- a/x11-libs/qt-sql/qt-sql-4.8.3.ebuild +++ b/x11-libs/qt-sql/qt-sql-4.8.3.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.3.ebuild,v 1.1 2012/09/14 08:23:22 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.8.3.ebuild,v 1.2 2012/09/16 04:44:36 yngwin Exp $ EAPI=4 @@ -20,7 +20,7 @@ REQUIRED_USE=" " DEPEND=" - ~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qt3support=] + ~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=] firebird? ( dev-db/firebird ) freetds? ( dev-db/freetds ) mysql? ( virtual/mysql ) |