diff options
author | 2011-03-21 21:45:09 +0000 | |
---|---|---|
committer | 2011-03-21 21:45:09 +0000 | |
commit | 4eb917af59479a12c755fee380f10fd39c43c636 (patch) | |
tree | 4c31f9dd998a0abd2acd839da2c9bb81c7d6b3ed /app-office/osmo/osmo-0.2.10.ebuild | |
parent | ppc64 stable wrt #353436 (diff) | |
download | gentoo-2-4eb917af59479a12c755fee380f10fd39c43c636.tar.gz gentoo-2-4eb917af59479a12c755fee380f10fd39c43c636.tar.bz2 gentoo-2-4eb917af59479a12c755fee380f10fd39c43c636.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-office/osmo/osmo-0.2.10.ebuild')
-rw-r--r-- | app-office/osmo/osmo-0.2.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/osmo/osmo-0.2.10.ebuild b/app-office/osmo/osmo-0.2.10.ebuild index de852491e643..6bcf3dd37f83 100644 --- a/app-office/osmo/osmo-0.2.10.ebuild +++ b/app-office/osmo/osmo-0.2.10.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-office/osmo/osmo-0.2.10.ebuild,v 1.5 2011/01/30 08:36:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild,v 1.6 2011/03/21 21:45:09 nirbheek Exp $ EAPI=3 inherit eutils flag-o-matic @@ -16,11 +16,11 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.12:2 >=dev-libs/libtar-1.2.11-r3 - dev-libs/libxml2 + dev-libs/libxml2:2 dev-libs/libgringotts >=dev-libs/libical-0.33 app-text/gtkspell - =gnome-extra/gtkhtml-2* + gnome-extra/gtkhtml:2 >=x11-libs/libnotify-0.4.4" DEPEND="${RDEPEND} dev-util/pkgconfig" |