diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 21:05:10 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 21:05:10 +0000 |
commit | 1696e1929281eda6d0e4888f3ce967177b8a0b5f (patch) | |
tree | aaa5af0cb0304849f462ddff2ba383dc1d911426 /dev-util/kscope | |
parent | Masking dev-php5/php-qt, bugs 220785, 273416, 277227 (diff) | |
download | gentoo-2-1696e1929281eda6d0e4888f3ce967177b8a0b5f.tar.gz gentoo-2-1696e1929281eda6d0e4888f3ce967177b8a0b5f.tar.bz2 gentoo-2-1696e1929281eda6d0e4888f3ce967177b8a0b5f.zip |
Drop no longer needed use dep on qt4
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.9.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 24642dba2c2f..ad708ded6607 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kscope -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.48 2009/11/06 22:23:03 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.49 2010/01/02 21:05:10 yngwin Exp $ + + 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> kscope-1.9.4.ebuild: + Drop no longer needed use dep on qt4 06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kscope-1.9.4.ebuild: Missing x11-libs/qscintilla[qt4] depend wrt #292183, thanks to Robin diff --git a/dev-util/kscope/kscope-1.9.4.ebuild b/dev-util/kscope/kscope-1.9.4.ebuild index db4ab45abaa3..986271c9f457 100644 --- a/dev-util/kscope/kscope-1.9.4.ebuild +++ b/dev-util/kscope/kscope-1.9.4.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/kscope/kscope-1.9.4.ebuild,v 1.3 2009/11/06 22:23:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.4 2010/01/02 21:05:10 yngwin Exp $ EAPI=2 inherit multilib qt4 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/qt-core:4 x11-libs/qt-gui:4 - >=x11-libs/qscintilla-2[qt4]" + x11-libs/qscintilla" DEPEND="${RDEPEND}" MAKEOPTS="${MAKEOPTS} -j1" |