diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-19 22:43:16 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-19 22:43:16 +0000 |
commit | 6c8d53b9740406be0ce9664829f2ff6e7ab1a4c7 (patch) | |
tree | e0f0fdfadca2fa03cdf44ac6f936c189b8ac6a80 /media-sound | |
parent | Stable on amd64 wrt security bug #166901 (diff) | |
download | gentoo-2-6c8d53b9740406be0ce9664829f2ff6e7ab1a4c7.tar.gz gentoo-2-6c8d53b9740406be0ce9664829f2ff6e7ab1a4c7.tar.bz2 gentoo-2-6c8d53b9740406be0ce9664829f2ff6e7ab1a4c7.zip |
Sed out python2.4 hardcoding in mmkeys/Makefile for bug 167595, thanks to Ahmed Ammar.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/exaile/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.8.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index b9baa0a4edbf..1a94a8df3d42 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.5 2007/02/14 22:17:39 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.6 2007/02/19 22:43:16 drac Exp $ + + 19 Feb 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.8.ebuild: + Sed out python2.4 hardcoding in mmkeys/Makefile for bug 167595, thanks to + Ahmed Ammar. 14 Feb 2007; Peter Weller <welp@gentoo.org> exaile-0.2.8.ebuild: Added ~amd64 keyword per request from drac diff --git a/media-sound/exaile/exaile-0.2.8.ebuild b/media-sound/exaile/exaile-0.2.8.ebuild index a68757a98f1f..aa2b2a6aec6c 100644 --- a/media-sound/exaile/exaile-0.2.8.ebuild +++ b/media-sound/exaile/exaile-0.2.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.8.ebuild,v 1.5 2007/02/14 22:17:39 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.8.ebuild,v 1.6 2007/02/19 22:43:16 drac Exp $ -inherit eutils toolchain-funcs +inherit eutils python toolchain-funcs MY_P=${PN}_${PV} @@ -57,9 +57,11 @@ pkg_setup() { } src_unpack() { - cd "${S}" unpack ${A} + cd "${S}" epatch "${FILESDIR}"/${P}-strip.patch + python_version + sed -i -e "s:python2.4:python${PYVER}:" mmkeys/Makefile } src_compile() { |