diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-18 03:24:42 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-18 03:24:42 +0000 |
commit | 37c144328ecf222a3329bb6eb62ee576a09446bd (patch) | |
tree | 812044fd6dc95522bd13e8af766dbc6e8d6ad11d /app-editors/latexila | |
parent | Add missing pygobject dependency and bump to EAPI1 for slot dep support. (diff) | |
download | gentoo-2-37c144328ecf222a3329bb6eb62ee576a09446bd.tar.gz gentoo-2-37c144328ecf222a3329bb6eb62ee576a09446bd.tar.bz2 gentoo-2-37c144328ecf222a3329bb6eb62ee576a09446bd.zip |
Use correct libgee slot.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/latexila')
-rw-r--r-- | app-editors/latexila/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/latexila/latexila-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/latexila/ChangeLog b/app-editors/latexila/ChangeLog index 03f7bee7bae9..07e763d69713 100644 --- a/app-editors/latexila/ChangeLog +++ b/app-editors/latexila/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/latexila # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.1 2011/12/17 09:06:16 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.2 2011/12/18 03:24:42 tetromino Exp $ + + 18 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + latexila-2.2.2.ebuild: + Use correct libgee slot. *latexila-2.2.2 (17 Dec 2011) diff --git a/app-editors/latexila/latexila-2.2.2.ebuild b/app-editors/latexila/latexila-2.2.2.ebuild index 1a6103c6fa6b..7ca1f9166d5e 100644 --- a/app-editors/latexila/latexila-2.2.2.ebuild +++ b/app-editors/latexila/latexila-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.2.2.ebuild,v 1.1 2011/12/17 09:06:16 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.2.2.ebuild,v 1.2 2011/12/18 03:24:42 tetromino Exp $ EAPI="4" CMAKE_MIN_VERSION="2.6.4" @@ -19,7 +19,7 @@ IUSE="gnome +latexmk rubber" COMMON_DEPEND=" >=dev-libs/glib-2.28:2 - dev-libs/libgee + dev-libs/libgee:0 dev-libs/libunique:1 >=x11-libs/gtk+-2.16:2 >=x11-libs/gtksourceview-2.10:2.0 |