summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-25 13:35:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-25 13:35:35 +0000
commit9a35e383039d826c49d2b01233e3f47c1a3d3939 (patch)
tree04cc7ec630e973324dbb45c820a0bf77daef1673 /app-office
parentx86 stable per bug 361009 (diff)
downloadgentoo-2-9a35e383039d826c49d2b01233e3f47c1a3d3939.tar.gz
gentoo-2-9a35e383039d826c49d2b01233e3f47c1a3d3939.tar.bz2
gentoo-2-9a35e383039d826c49d2b01233e3f47c1a3d3939.zip
Drop ugly has_version and epatch combo now that libnotify 0.7 is stable. Force at least 0.7, older versions will be removed from tree soon as possible.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/osmo/osmo-0.2.10.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/osmo/osmo-0.2.10.ebuild b/app-office/osmo/osmo-0.2.10.ebuild
index 6bcf3dd37f83..13fcfbb01dc6 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.6 2011/03/21 21:45:09 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild,v 1.7 2011/04/25 13:35:35 ssuominen Exp $
EAPI=3
inherit eutils flag-o-matic
@@ -21,13 +21,12 @@ RDEPEND=">=x11-libs/gtk+-2.12:2
>=dev-libs/libical-0.33
app-text/gtkspell
gnome-extra/gtkhtml:2
- >=x11-libs/libnotify-0.4.4"
+ >=x11-libs/libnotify-0.7"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- has_version ">=x11-libs/libnotify-0.7" && epatch \
- "${FILESDIR}"/${P}-libnotify-0.7.patch
+ epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
}
src_configure() {