summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-01-02 16:49:21 +0000
committerBen de Groot <yngwin@gentoo.org>2010-01-02 16:49:21 +0000
commit2eecd6755d0387ad85c646beaebefe070430291c (patch)
tree5a0c66c482d0448c6e0f1bdf8ec7848f3dff98ab /dev-util
parentold (diff)
downloadgentoo-2-2eecd6755d0387ad85c646beaebefe070430291c.tar.gz
gentoo-2-2eecd6755d0387ad85c646beaebefe070430291c.tar.bz2
gentoo-2-2eecd6755d0387ad85c646beaebefe070430291c.zip
qscintilla-python no longer has a qt4 useflag (it is the only option now)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/hgview/ChangeLog7
-rw-r--r--dev-util/hgview/hgview-1.1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/hgview/ChangeLog b/dev-util/hgview/ChangeLog
index ca98929746e1..07fab246883f 100644
--- a/dev-util/hgview/ChangeLog
+++ b/dev-util/hgview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/hgview
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/ChangeLog,v 1.5 2009/12/27 03:05:41 yngwin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/ChangeLog,v 1.6 2010/01/02 16:49:21 yngwin Exp $
+
+ 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> hgview-1.1.3.ebuild:
+ qscintilla-python no longer has a qt4 useflag (it is the only option now)
27 Dec 2009; Ben de Groot <yngwin@gentoo.org> hgview-1.1.3.ebuild:
Add usedep on qscintilla-python[qt4]. Fixes bug 297916.
diff --git a/dev-util/hgview/hgview-1.1.3.ebuild b/dev-util/hgview/hgview-1.1.3.ebuild
index 47e2b921a30e..042f1a8d7764 100644
--- a/dev-util/hgview/hgview-1.1.3.ebuild
+++ b/dev-util/hgview/hgview-1.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild,v 1.3 2009/12/27 03:05:41 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild,v 1.4 2010/01/02 16:49:21 yngwin Exp $
EAPI="2"
@@ -18,7 +18,7 @@ IUSE="doc"
DEPEND="dev-util/mercurial
dev-python/egenix-mx-base
dev-python/PyQt4[X]
- dev-python/qscintilla-python[qt4]
+ dev-python/qscintilla-python
dev-python/docutils
doc? ( app-text/asciidoc )"
RDEPEND="${DEPEND}"