diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-15 12:57:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-15 12:57:47 +0000 |
commit | 3e35c65c750892a81e39f93fb05a47c95b022ed0 (patch) | |
tree | ae7ac4b8383d11a32d18a21c64a4307bd36e8fdd /gnome-extra | |
parent | Linux patch 2.6.38.3. CIFS patch to prevent exclusive page size reads and a X... (diff) | |
download | gentoo-2-3e35c65c750892a81e39f93fb05a47c95b022ed0.tar.gz gentoo-2-3e35c65c750892a81e39f93fb05a47c95b022ed0.tar.bz2 gentoo-2-3e35c65c750892a81e39f93fb05a47c95b022ed0.zip |
Force at least 0.1.1-r2 of dev-python/notify-python in order to remove has_version from epatch.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/panflute/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/panflute/panflute-0.7.0.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-extra/panflute/ChangeLog b/gnome-extra/panflute/ChangeLog index e17eefdd87cb..b15e13bef5b3 100644 --- a/gnome-extra/panflute/ChangeLog +++ b/gnome-extra/panflute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/panflute # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.6 2011/04/15 12:45:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.7 2011/04/15 12:57:47 ssuominen Exp $ + + 15 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> panflute-0.7.0.ebuild: + Force at least 0.1.1-r2 of dev-python/notify-python in order to remove + has_version from epatch. *panflute-0.7.0 (15 Apr 2011) diff --git a/gnome-extra/panflute/panflute-0.7.0.ebuild b/gnome-extra/panflute/panflute-0.7.0.ebuild index c6e1075e8c63..e84079ca65c6 100644 --- a/gnome-extra/panflute/panflute-0.7.0.ebuild +++ b/gnome-extra/panflute/panflute-0.7.0.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.7.0.ebuild,v 1.1 2011/04/15 12:45:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/panflute-0.7.0.ebuild,v 1.2 2011/04/15 12:57:47 ssuominen Exp $ EAPI="3" GCONF_DEBUG="no" @@ -30,7 +30,7 @@ RDEPEND=" >=dev-python/gconf-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 " @@ -48,8 +48,7 @@ src_prepare() { gnome2_src_prepare # Upstream: https://bugs.launchpad.net/panflute/+bug/761701 - has_version ">=x11-libs/libnotify-0.7" && epatch \ - "${FILESDIR}"/${PN}-0.6.2-libnotify-0.7.patch + epatch "${FILESDIR}"/${PN}-0.6.2-libnotify-0.7.patch # disable pyc compiling mv py-compile py-compile.orig |