diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 21:45:52 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 21:45:52 +0000 |
commit | 7f99caff1eaf5ca976f68d7892fe43b0b324e193 (patch) | |
tree | 41dffdc9856f80e20a3298d8405344a37fe4b019 /app-office/osmo | |
parent | ppc64 stable wrt #353436 (diff) | |
download | historical-7f99caff1eaf5ca976f68d7892fe43b0b324e193.tar.gz historical-7f99caff1eaf5ca976f68d7892fe43b0b324e193.tar.bz2 historical-7f99caff1eaf5ca976f68d7892fe43b0b324e193.zip |
Fix slot-deps on gnome libs
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-office/osmo')
-rw-r--r-- | app-office/osmo/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/osmo/osmo-0.2.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/osmo/ChangeLog b/app-office/osmo/ChangeLog index 5626e86e4b66..a207b042783f 100644 --- a/app-office/osmo/ChangeLog +++ b/app-office/osmo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/osmo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v 1.13 2011/01/30 08:36:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v 1.14 2011/03/21 21:45:09 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> osmo-0.2.10.ebuild: + Fix slot-deps on gnome libs 30 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> osmo-0.2.10.ebuild, +files/osmo-0.2.10-libnotify-0.7.patch: 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" |