summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2012-02-05 13:02:29 +0000
committerAlex Alexander <wired@gentoo.org>2012-02-05 13:02:29 +0000
commit7f937234b6bae75296eb7e01afbbd9371273be7f (patch)
treefe03e0b39bd7fd8b8c1a29b17845ae6aad67da3b /x11-libs
parentraster is marked as the default in the eselect qtgraphicssystem list now (diff)
downloadhistorical-7f937234b6bae75296eb7e01afbbd9371273be7f.tar.gz
historical-7f937234b6bae75296eb7e01afbbd9371273be7f.tar.bz2
historical-7f937234b6bae75296eb7e01afbbd9371273be7f.zip
marked opengl as experimental in the eselect qtgraphicssystem list
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-opengl/ChangeLog8
-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"
}