summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-09-16 04:18:29 +0000
committerBen de Groot <yngwin@gentoo.org>2012-09-16 04:18:29 +0000
commita3345d13007ab3ad772594781514b3c24e2c8a72 (patch)
treea4691b75845a9ed8a60e3e9a2637a2f2613eb760
parentImport updates from live ebuild in overlay. Revert gtkstyle changes (bugs #43... (diff)
downloadgentoo-2-a3345d13007ab3ad772594781514b3c24e2c8a72.tar.gz
gentoo-2-a3345d13007ab3ad772594781514b3c24e2c8a72.tar.bz2
gentoo-2-a3345d13007ab3ad772594781514b3c24e2c8a72.zip
Add overlay changes (c++0x useflag)
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
-rw-r--r--x11-libs/qt-assistant/ChangeLog5
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.8.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog
index f4c2b5638911..1b8b02f00b61 100644
--- a/x11-libs/qt-assistant/ChangeLog
+++ b/x11-libs/qt-assistant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.151 2012/09/14 13:00:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.152 2012/09/16 04:18:29 yngwin Exp $
+
+ 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-assistant-4.8.3.ebuild:
+ Add overlay changes (c++0x useflag)
14 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-assistant-4.8.3.ebuild:
Fix patches
diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.3.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.3.ebuild
index 44fe7bf15355..81820e0bdee8 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.8.3.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-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-assistant/qt-assistant-4.8.3.ebuild,v 1.2 2012/09/14 13:00:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.3.ebuild,v 1.3 2012/09/16 04:18:29 yngwin Exp $
EAPI=4
@@ -22,8 +22,8 @@ fi
IUSE="compat doc +glib qt3support trace webkit"
DEPEND="
- ~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,glib=,qt3support=,trace?]
- ~x11-libs/qt-sql-${PV}[aqua=,c++0x=,debug=,qt3support=,sqlite]
+ ~x11-libs/qt-gui-${PV}[aqua=,debug=,glib=,qt3support=,trace?]
+ ~x11-libs/qt-sql-${PV}[aqua=,debug=,qt3support=,sqlite]
webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,debug=] )
"
RDEPEND="${DEPEND}"