diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 12:56:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 12:56:38 +0000 |
commit | 3ac1ff2110e093351b447f9c31967e584dc25d51 (patch) | |
tree | 5203bd8d6fa3e5645657ce67f936ac246a32540a | |
parent | Delete deprecation warnings. (diff) | |
download | gentoo-2-3ac1ff2110e093351b447f9c31967e584dc25d51.tar.gz gentoo-2-3ac1ff2110e093351b447f9c31967e584dc25d51.tar.bz2 gentoo-2-3ac1ff2110e093351b447f9c31967e584dc25d51.zip |
Update comments.
(Portage version: HEAD/cvs/Linux x86_64)
-rw-r--r-- | sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cctbx/cctbx-2010.03.29.2334.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 85d87988be84..c26a4ed5a2d7 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.2 2010/02/28 14:39:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild,v 1.3 2010/06/15 12:56:38 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -91,7 +91,7 @@ src_configure() { myconf="${myconf} --compiler=${compiler}" # 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. + # Perhaps use python_mod_optimize, but as this script works we should stick to it. $(PYTHON -a) "${MY_S}/libtbx/command_line/py_compile_all.py" # Additional USE flag usage diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334.ebuild index e5aca3644451..aea621c23ce4 100644 --- a/sci-libs/cctbx/cctbx-2010.03.29.2334.ebuild +++ b/sci-libs/cctbx/cctbx-2010.03.29.2334.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-2010.03.29.2334.ebuild,v 1.1 2010/05/22 08:21:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334.ebuild,v 1.2 2010/06/15 12:56:38 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -91,7 +91,7 @@ src_configure() { myconf="${myconf} --compiler=${compiler}" # 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. + # Perhaps use python_mod_optimize, but as this script works we should stick to it. $(PYTHON -a) "${MY_S}/libtbx/command_line/py_compile_all.py" # Additional USE flag usage |