diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-02-27 16:40:34 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-02-27 16:40:34 +0000 |
commit | e7646d412908e26e5e57600d7e78a4ccecbd152f (patch) | |
tree | 48faee275d1a1fb15351ccb0c737d824ef4a001f /app-editors/juffed | |
parent | Version Bump, fixes #476762 (python3 support) and #538038 (Uneeded dependency... (diff) | |
download | gentoo-2-e7646d412908e26e5e57600d7e78a4ccecbd152f.tar.gz gentoo-2-e7646d412908e26e5e57600d7e78a4ccecbd152f.tar.bz2 gentoo-2-e7646d412908e26e5e57600d7e78a4ccecbd152f.zip |
Add missing USE dependency.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.10.ebuild | 6 |
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}" |