diff options
author | Alex Alexander <wired@gentoo.org> | 2012-02-05 13:02:29 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2012-02-05 13:02:29 +0000 |
commit | 2a1cc885c21db0daef1d404029c5f950d79e002a (patch) | |
tree | 92ed774711dae703ca9479be62e180affdb348f3 /x11-libs/qt-opengl | |
parent | raster is marked as the default in the eselect qtgraphicssystem list now (diff) | |
download | gentoo-2-2a1cc885c21db0daef1d404029c5f950d79e002a.tar.gz gentoo-2-2a1cc885c21db0daef1d404029c5f950d79e002a.tar.bz2 gentoo-2-2a1cc885c21db0daef1d404029c5f950d79e002a.zip |
marked opengl as experimental in the eselect qtgraphicssystem list
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild (renamed from x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index c4b3c5a3ef4f..2253e36e5b38 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,12 @@ # 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.99 2012/01/29 23:29:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.100 2012/02/05 13:02:29 wired Exp $ + +*qt-opengl-4.8.0-r2 (05 Feb 2012) + + 05 Feb 2012; Alex Alexander <wired@gentoo.org> -qt-opengl-4.8.0-r1.ebuild, + +qt-opengl-4.8.0-r2.ebuild: + marked opengl as experimental in the eselect qtgraphicssystem list 29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-opengl-4.7.4.ebuild: Marked ppc ppc64 stable for bug #390963. diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild index 4a53a6a61386..e417d4a6a3b3 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.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.0-r1.ebuild,v 1.2 2012/01/29 22:11:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild,v 1.1 2012/02/05 13:02:29 wired Exp $ EAPI="3" inherit qt4-build @@ -52,6 +52,6 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" || die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/opengl" || + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" || die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl" } |