diff options
author | 2011-04-25 13:37:12 +0000 | |
---|---|---|
committer | 2011-04-25 13:37:12 +0000 | |
commit | 368059457c19a0c65b52cf6cd4659697f9ea19d2 (patch) | |
tree | 42308a5febcfd066e18c2d7f565c5f1d4e4563d7 /gnome-extra/panflute | |
parent | sci-libs/libgeda removal (pending since 25 Mar 2011). No longer required by a... (diff) | |
download | gentoo-2-368059457c19a0c65b52cf6cd4659697f9ea19d2.tar.gz gentoo-2-368059457c19a0c65b52cf6cd4659697f9ea19d2.tar.bz2 gentoo-2-368059457c19a0c65b52cf6cd4659697f9ea19d2.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 'gnome-extra/panflute')
-rw-r--r-- | gnome-extra/panflute/panflute-0.6.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-extra/panflute/panflute-0.6.2.ebuild b/gnome-extra/panflute/panflute-0.6.2.ebuild index cd88a714c1e0..2975983f4ec9 100644 --- a/gnome-extra/panflute/panflute-0.6.2.ebuild +++ b/gnome-extra/panflute/panflute-0.6.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/gnome-extra/panflute/panflute-0.6.2.ebuild,v 1.5 2011/03/21 11:43:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/panflute-0.6.2.ebuild,v 1.6 2011/04/25 13:37:12 ssuominen Exp $ EAPI="3" GCONF_DEBUG="no" @@ -34,7 +34,7 @@ RDEPEND=" >=dev-python/gnome-keyring-python-2.14 >=dev-python/gnome-applets-python-2.14 >=dev-python/pygtk-2.16:2 ) - libnotify? ( dev-python/notify-python ) + libnotify? ( >=dev-python/notify-python-0.1.1-r2 ) mpd? ( >=dev-python/python-mpd-0.2.1 ) !gnome-extra/music-applet " @@ -51,8 +51,7 @@ pkg_setup() { src_prepare() { gnome2_src_prepare - has_version ">=x11-libs/libnotify-0.7" && epatch \ - "${FILESDIR}"/${P}-libnotify-0.7.patch + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch # disable pyc compiling mv py-compile py-compile.orig |