diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 17:06:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 17:06:33 +0000 |
commit | 2a8d60155f436ce368c81cedecd5c2f669cfa06b (patch) | |
tree | 58fdc6309c46f356e9084397925f6f2151195145 /dev-ml/lablgtk | |
parent | Use SLOT dependencies for x11-libs/gtk+. (diff) | |
download | gentoo-2-2a8d60155f436ce368c81cedecd5c2f669cfa06b.tar.gz gentoo-2-2a8d60155f436ce368c81cedecd5c2f669cfa06b.tar.bz2 gentoo-2-2a8d60155f436ce368c81cedecd5c2f669cfa06b.zip |
Fix slot-deps on gnome libs.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-ml/lablgtk')
-rw-r--r-- | dev-ml/lablgtk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.14.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog index 5b6230d7b689..221aa56d394b 100644 --- a/dev-ml/lablgtk/ChangeLog +++ b/dev-ml/lablgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lablgtk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.90 2011/01/24 09:14:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.91 2011/03/23 17:06:33 eva Exp $ + + 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> lablgtk-2.14.2.ebuild: + Fix slot-deps on gnome libs. 24 Jan 2011; Alexis Ballier <aballier@gentoo.org> -lablgtk-2.12.0.ebuild, -files/lablgtk-2.12.0-libgnomeui.patch, -lablgtk-2.14.1.ebuild, diff --git a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild index 7538bcc8654c..d9571a22f938 100644 --- a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.14.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/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.6 2011/01/22 23:03:51 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.7 2011/03/23 17:06:33 eva Exp $ EAPI="2" @@ -13,9 +13,9 @@ HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz" LICENSE="LGPL-2.1 as-is" -RDEPEND=">=x11-libs/gtk+-2.10 +RDEPEND=">=x11-libs/gtk+-2.10:2 >=dev-lang/ocaml-3.10[ocamlopt?] - svg? ( >=gnome-base/librsvg-2.2 ) + svg? ( >=gnome-base/librsvg-2.2:2 ) glade? ( >=gnome-base/libglade-2.0.1 ) gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 ) gnome? ( @@ -24,7 +24,7 @@ RDEPEND=">=x11-libs/gtk+-2.10 >=gnome-base/libgnomeui-2.4.0 ) opengl? ( >=dev-ml/lablgl-0.98 - >=x11-libs/gtkglarea-1.9 ) + >=x11-libs/gtkglarea-1.9:2 ) spell? ( app-text/gtkspell ) sourceview? ( x11-libs/gtksourceview:2.0 ) " |