diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-17 10:10:59 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-17 10:10:59 +0000 |
commit | 87a1db753ef3b124c02e9ae534dd9d531d208948 (patch) | |
tree | 2520c09bf08db3316673c39a6adb72ec84cb0146 /dev-python/h5py/h5py-2.0.1.ebuild | |
parent | Drop pax RWX mapping restrictions on hardened systems to avoid (uninformative... (diff) | |
download | historical-87a1db753ef3b124c02e9ae534dd9d531d208948.tar.gz historical-87a1db753ef3b124c02e9ae534dd9d531d208948.tar.bz2 historical-87a1db753ef3b124c02e9ae534dd9d531d208948.zip |
Add prefix love
Package-Manager: portage-2.2.0_alpha83/cvs/Linux x86_64
Diffstat (limited to 'dev-python/h5py/h5py-2.0.1.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-2.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/h5py/h5py-2.0.1.ebuild b/dev-python/h5py/h5py-2.0.1.ebuild index 6d9e253c2122..a0cdbacb4228 100644 --- a/dev-python/h5py/h5py-2.0.1.ebuild +++ b/dev-python/h5py/h5py-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.0.1.ebuild,v 1.1 2011/10/05 19:57:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.0.1.ebuild,v 1.2 2012/01/17 10:10:59 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -12,11 +12,11 @@ inherit distutils DESCRIPTION="A simple Python interface to HDF5 files." HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py" -SRC_URI="http://h5py.googlecode.com/files/${P}.tar.gz" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="sci-libs/hdf5 |