diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-28 13:40:08 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-28 13:40:08 +0000 |
commit | d473e8a42c98b2698c891bf669db762632c32903 (patch) | |
tree | 66fbf1e93df891771f77396d6ea0cf8d2c9055b8 /dev-python/pyme/pyme-0.7.0-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-d473e8a42c98b2698c891bf669db762632c32903.tar.gz historical-d473e8a42c98b2698c891bf669db762632c32903.tar.bz2 historical-d473e8a42c98b2698c891bf669db762632c32903.zip |
mv pyme-0.7.0-swig-compatibility.patch pyme-swig-compatibility.patch as we use it for pyme-0.6.0 too.
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'dev-python/pyme/pyme-0.7.0-r1.ebuild')
-rw-r--r-- | dev-python/pyme/pyme-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyme/pyme-0.7.0-r1.ebuild b/dev-python/pyme/pyme-0.7.0-r1.ebuild index c88fb2f10ff7..f6554f13b321 100644 --- a/dev-python/pyme/pyme-0.7.0-r1.ebuild +++ b/dev-python/pyme/pyme-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.7.0-r1.ebuild,v 1.2 2007/06/27 19:45:01 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.7.0-r1.ebuild,v 1.3 2007/06/28 13:40:08 hawking Exp $ inherit distutils eutils @@ -21,7 +21,7 @@ src_unpack() { sed -i -e 's:include/:include/gpgme/:;s:$(PYTHON):/usr/bin/python:' Makefile # Make it build with swig >=1.3.28 - epatch "${FILESDIR}/${P}-swig-compatibility.patch" + epatch "${FILESDIR}/${PN}-swig-compatibility.patch" } src_compile() { |