diff options
author | 2012-09-16 04:55:59 +0000 | |
---|---|---|
committer | 2012-09-16 04:55:59 +0000 | |
commit | a9ad5e5ffc94cfaa32d56a765e0aa56fda43da3b (patch) | |
tree | b9e4cc7501cd73aa01a3e889e40b0e17fb00f1ff /x11-libs/qt-opengl | |
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-opengl')
-rw-r--r-- | x11-libs/qt-opengl/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.8.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 8ff73358ead4..4dc0be8cb8b3 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-opengl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.124 2012/09/14 08:07:55 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.125 2012/09/16 04:31:32 yngwin Exp $ + + 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-opengl-4.8.3.ebuild: + Add overlay changes (c++0x useflag) *qt-opengl-4.8.3 (14 Sep 2012) diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.3.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.3.ebuild index 148673cebb29..e77433ed2ae2 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.3.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-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-opengl/qt-opengl-4.8.3.ebuild,v 1.1 2012/09/14 08:07:55 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.3.ebuild,v 1.2 2012/09/16 04:31:32 yngwin Exp $ EAPI=4 @@ -17,8 +17,8 @@ IUSE="egl qt3support" DEPEND=" virtual/opengl - ~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qt3support=] - ~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,egl=,qt3support=] + ~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=] + ~x11-libs/qt-gui-${PV}[aqua=,debug=,egl=,qt3support=] " RDEPEND="${DEPEND}" |