summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/juffed')
-rw-r--r--app-editors/juffed/ChangeLog7
-rw-r--r--app-editors/juffed/juffed-0.10.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog
index 83b2a1aafa56..93f5779252d6 100644
--- a/app-editors/juffed/ChangeLog
+++ b/app-editors/juffed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/juffed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.29 2014/09/17 21:48:33 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.30 2015/02/27 16:40:34 kensington Exp $
+
+ 27 Feb 2015; Michael Palimaka <kensington@gentoo.org> juffed-0.10.ebuild:
+ Add missing USE dependency.
17 Sep 2014; Chema Alonso <nimiux@gentoo.org> juffed-0.10.ebuild:
Stable for amd64 wrt bug #514902
diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10.ebuild
index d54455c711cc..d1d6bcbb64c9 100644
--- a/app-editors/juffed/juffed-0.10.ebuild
+++ b/app-editors/juffed/juffed-0.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.4 2014/09/17 21:48:33 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.5 2015/02/27 16:40:34 kensington Exp $
EAPI=5
@@ -18,7 +18,7 @@ IUSE="debug"
RDEPEND="app-i18n/enca
dev-qt/qtcore:4
dev-qt/qtgui:4
- dev-qt/qtsingleapplication[X]
+ dev-qt/qtsingleapplication[qt4(+),X]
x11-libs/qscintilla:="
DEPEND="${RDEPEND}"