diff options
author | 2014-06-23 08:15:48 +0000 | |
---|---|---|
committer | 2014-06-23 08:15:48 +0000 | |
commit | b4e2aad22b8ab3750ab0ad310473d44a35b0673f (patch) | |
tree | a74c85f2b5ed94fefec252994e10353d8522b9dd /app-editors/juffed | |
parent | Version bump, bug #512786. (diff) | |
download | gentoo-2-b4e2aad22b8ab3750ab0ad310473d44a35b0673f.tar.gz gentoo-2-b4e2aad22b8ab3750ab0ad310473d44a35b0673f.tar.bz2 gentoo-2-b4e2aad22b8ab3750ab0ad310473d44a35b0673f.zip |
Add missing USE dependency wrt bug #514222.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog index cba6429dd577..3ad4cef6cbd1 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.27 2014/05/23 06:38:43 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.28 2014/06/23 08:15:48 kensington Exp $ + + 23 Jun 2014; Michael Palimaka <kensington@gentoo.org> juffed-0.10.ebuild: + Add missing USE dependency wrt bug #514222. *juffed-0.10 (23 May 2014) diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10.ebuild index 7e3efa2957d2..02a53fda8f58 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 # 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.2 2014/05/23 06:39:45 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.3 2014/06/23 08:15:48 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 + dev-qt/qtsingleapplication[X] x11-libs/qscintilla:=" DEPEND="${RDEPEND}" |