diff options
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog index 70dab2d23cf6..552b26290f93 100644 --- a/app-editors/juffed/ChangeLog +++ b/app-editors/juffed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/juffed -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.17 2009/12/19 20:30:03 pacho Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.18 2010/01/02 20:23:56 yngwin Exp $ + + 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> juffed-0.6.1.ebuild: + Remove no longer needed qt4 use dep 19 Dec 2009; Pacho Ramos <pacho@gentoo.org> juffed-0.6.1.ebuild: amd64 stable, bug 291853 diff --git a/app-editors/juffed/juffed-0.6.1.ebuild b/app-editors/juffed/juffed-0.6.1.ebuild index 98c1028ddbd6..7a4aa3acd15b 100644 --- a/app-editors/juffed/juffed-0.6.1.ebuild +++ b/app-editors/juffed/juffed-0.6.1.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/app-editors/juffed/juffed-0.6.1.ebuild,v 1.5 2009/12/19 20:30:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild,v 1.6 2010/01/02 20:23:56 yngwin Exp $ EAPI=2 inherit multilib cmake-utils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="debug" -RDEPEND="x11-libs/qscintilla[qt4] +RDEPEND="x11-libs/qscintilla x11-libs/qt-gui:4" DEPEND="${RDEPEND}" |