diff options
-rw-r--r-- | x11-libs/qt-openvg/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-openvg/qt-openvg-4.8.0-r2.ebuild (renamed from x11-libs/qt-openvg/qt-openvg-4.8.0-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt-openvg/ChangeLog b/x11-libs/qt-openvg/ChangeLog index f8b6889f6521..bb2fc905cca4 100644 --- a/x11-libs/qt-openvg/ChangeLog +++ b/x11-libs/qt-openvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-openvg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.1 2012/01/30 10:25:11 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.2 2012/02/05 13:03:34 wired Exp $ + +*qt-openvg-4.8.0-r2 (05 Feb 2012) + + 05 Feb 2012; Alex Alexander <wired@gentoo.org> -qt-openvg-4.8.0-r1.ebuild, + +qt-openvg-4.8.0-r2.ebuild: + marked openvg as experimental in the eselect qtgraphicssystem list *qt-openvg-4.8.0-r1 (30 Jan 2012) diff --git a/x11-libs/qt-openvg/qt-openvg-4.8.0-r1.ebuild b/x11-libs/qt-openvg/qt-openvg-4.8.0-r2.ebuild index f09fb93d47fc..91e9922e40d2 100644 --- a/x11-libs/qt-openvg/qt-openvg-4.8.0-r1.ebuild +++ b/x11-libs/qt-openvg/qt-openvg-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-openvg/qt-openvg-4.8.0-r1.ebuild,v 1.1 2012/01/30 10:25:11 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.0-r2.ebuild,v 1.1 2012/02/05 13:03:34 wired Exp $ EAPI="3" inherit qt4-build @@ -51,6 +51,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/openvg" || + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/openvg" || die "could not touch ${D}/usr/share/qt4/graphicssystems/openvg" } |