diff options
Diffstat (limited to 'app-office/osmo')
-rw-r--r-- | app-office/osmo/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/osmo/osmo-0.2.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/osmo/ChangeLog b/app-office/osmo/ChangeLog index 41cf713146bd..885e24c5d508 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.15 2011/10/27 06:05:59 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v 1.16 2012/05/03 20:00:38 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> osmo-0.2.10.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> osmo-0.2.10.ebuild: Slot gtkspell dependency to 2 in preparation for gtkspell-3. diff --git a/app-office/osmo/osmo-0.2.10.ebuild b/app-office/osmo/osmo-0.2.10.ebuild index 685b321f0c73..4ee9072c13bb 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 +# Copyright 1999-2012 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.8 2011/10/27 06:05:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild,v 1.9 2012/05/03 20:00:38 jdhore Exp $ EAPI=3 inherit eutils flag-o-matic @@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.12:2 gnome-extra/gtkhtml:2 >=x11-libs/libnotify-0.7" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-libnotify-0.7.patch |