diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-12 16:34:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-12 16:34:26 +0000 |
commit | 9350e11add6bbd8ed6cc7f5513fb1948ede8515c (patch) | |
tree | 2ecf1c83519a0975898f9219a9595dfde01185e1 /app-editors | |
parent | sparc stable wrt #338934 (diff) | |
download | gentoo-2-9350e11add6bbd8ed6cc7f5513fb1948ede8515c.tar.gz gentoo-2-9350e11add6bbd8ed6cc7f5513fb1948ede8515c.tar.bz2 gentoo-2-9350e11add6bbd8ed6cc7f5513fb1948ede8515c.zip |
Move gtkspell and gtksourceview to RDEPEND
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gummi/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gummi/gummi-0.5.1.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog index 93a213dbba9e..21347367f185 100644 --- a/app-editors/gummi/ChangeLog +++ b/app-editors/gummi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gummi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.5 2010/10/06 16:03:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.6 2010/10/12 16:34:26 hwoarang Exp $ + + 12 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gummi-0.5.1.ebuild: + Move gtkspell and gtksourceview to RDEPEND 06 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gummi-0.5.1.ebuild: Make cairo use flag mandatory to poppler dependency diff --git a/app-editors/gummi/gummi-0.5.1.ebuild b/app-editors/gummi/gummi-0.5.1.ebuild index 9d56d7fecf5c..8dfbed809bd9 100644 --- a/app-editors/gummi/gummi-0.5.1.ebuild +++ b/app-editors/gummi/gummi-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.1.ebuild,v 1.2 2010/10/06 16:03:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.1.ebuild,v 1.3 2010/10/12 16:34:26 hwoarang Exp $ EAPI=2 inherit base eutils @@ -20,12 +20,13 @@ for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" done -RDEPEND=">=dev-libs/glib-2.16:2 +RDEPEND="app-text/gtkspell + >=dev-libs/glib-2.16:2 dev-texlive/texlive-latex dev-texlive/texlive-latexextra - >=x11-libs/gtk+-2.16:2" + >=x11-libs/gtk+-2.16:2 + x11-libs/gtksourceview" DEPEND="${RDEPEND} - app-text/gtkspell app-text/poppler[cairo] x11-libs/gtksourceview:2.0 x11-libs/pango" |