diff options
author | 2010-02-28 14:39:00 +0000 | |
---|---|---|
committer | 2010-02-28 14:39:00 +0000 | |
commit | 37cbae31ff87f9fd8e4e3d2f718787903d82b421 (patch) | |
tree | 9912476df63c2732232c8285375a99e291c2104d /sci-libs | |
parent | Don't use -A option of PYTHON(). (diff) | |
download | historical-37cbae31ff87f9fd8e4e3d2f718787903d82b421.tar.gz historical-37cbae31ff87f9fd8e4e3d2f718787903d82b421.tar.bz2 historical-37cbae31ff87f9fd8e4e3d2f718787903d82b421.zip |
Don't use -A option of PYTHON().
Package-Manager: portage-15497-svn/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cctbx/Manifest | 12 | ||||
-rw-r--r-- | sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sci-libs/cctbx/Manifest b/sci-libs/cctbx/Manifest index eebf33ebb026..42d5493e0c8e 100644 --- a/sci-libs/cctbx/Manifest +++ b/sci-libs/cctbx/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST cctbx-2009.11.01.0123.tar.gz 14604079 RMD160 77cc84d4b9e35e7a87f807d8669efb939b2e82ce SHA1 7db71a62786b82f47999919a9411938b123d5b4d SHA256 31e7f79424360f963c6eae528a9d289db4b53c1f7fe4aa9de71201e9d14bc5af -EBUILD cctbx-2009.11.01.0123-r1.ebuild 5821 RMD160 7f746930f9d1787bf60256a0a89ae94839ab39fb SHA1 06ea73ab33b80fb18771cff61d606374c3a06c8f SHA256 b5c0813befd29b851a671b2eb82cc1934012be8b30ae3c7a8fb926cb1343e320 +EBUILD cctbx-2009.11.01.0123-r1.ebuild 5819 RMD160 62b33e04a21926f2fa491cd71bcd87d3f9095308 SHA1 edf5d313ff7670476a6b7eb6d1ae2b9726808482 SHA256 dfcc1c86ea53c869232c192834392e30ca08a6b30b953b48e1fb9626c5e5ea09 MISC ChangeLog 713 RMD160 17f8cbbc777b3867a1c534111ab62e4da655da93 SHA1 07e611b531e1cf400bbaf2b3c256e9547e7a4481 SHA256 104d54be699d6ec9ffc23b52cee50bf5ec503cdeeba3e9512933e376aa4f7d14 MISC metadata.xml 767 RMD160 c2fc3bcc534e407e6066ee98beb6878d78a0f6e9 SHA1 a653677e160cf0726e1747b06b5d0cd95e51ac5f SHA256 ef36fc1a1d5d657ba67f88b303f08eef5a1a814d22a2091c07616dc16928e3fa ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkt4PY8ACgkQgAnW8HDreRYPlQCgqPYy1ObK2tMvUf5YgO0TutcW -gzkAn0JUfw/HQld5QmtUAcd+NXI5N2gI -=8rkp ------END PGP SIGNATURE----- diff --git a/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild b/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild index 5e3de3cde1a1..85d87988be84 100644 --- a/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild +++ b/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild,v 1.1 2010/02/14 18:14:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild,v 1.2 2010/02/28 14:39:00 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -92,7 +92,7 @@ src_configure() { # Precompiling python scripts. It is done in upstreams install script. # Perhaps use python_mod_compile, but as this script works we should stick to it. - $(PYTHON -a -A) "${MY_S}/libtbx/command_line/py_compile_all.py" + $(PYTHON -a) "${MY_S}/libtbx/command_line/py_compile_all.py" # Additional USE flag usage check_use openmp @@ -109,7 +109,7 @@ src_configure() { myconf="${myconf} --build=release fftw3tbx rstbx smtbx mmtbx clipper" einfo "configuring with ${python} ${myconf}" - $(PYTHON -a -A) ${myconf} \ + $(PYTHON -a) ${myconf} \ || die "configure failed" } |