diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-12-25 17:44:15 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-12-25 17:44:15 +0000 |
commit | 19b8fdf5dcdd3a2ee23590b894cdafe853d43606 (patch) | |
tree | ce367d8d253f20f5b12899d3c1b13027271166bf /dev-python/shiboken | |
parent | Stabilize (bug #495330). (diff) | |
download | gentoo-2-19b8fdf5dcdd3a2ee23590b894cdafe853d43606.tar.gz gentoo-2-19b8fdf5dcdd3a2ee23590b894cdafe853d43606.tar.bz2 gentoo-2-19b8fdf5dcdd3a2ee23590b894cdafe853d43606.zip |
numpy is not really necessary for tests.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/shiboken/shiboken-1.2.1-r1.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog index 216ede50e6b6..eda260df2d8f 100644 --- a/dev-python/shiboken/ChangeLog +++ b/dev-python/shiboken/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.48 2013/12/25 01:19:24 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.49 2013/12/25 17:44:15 pesa Exp $ + + 25 Dec 2013; Davide Pesavento <pesa@gentoo.org> shiboken-1.2.1-r1.ebuild: + numpy is not really necessary for tests. *shiboken-1.2.1-r1 (25 Dec 2013) diff --git a/dev-python/shiboken/shiboken-1.2.1-r1.ebuild b/dev-python/shiboken/shiboken-1.2.1-r1.ebuild index 986f5a07c98c..69518d164699 100644 --- a/dev-python/shiboken/shiboken-1.2.1-r1.ebuild +++ b/dev-python/shiboken/shiboken-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.1-r1.ebuild,v 1.1 2013/12/25 01:19:24 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.1-r1.ebuild,v 1.2 2013/12/25 17:44:15 pesa Exp $ EAPI=5 @@ -27,7 +27,6 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-python/numpy[${PYTHON_USEDEP}] >=dev-qt/qtgui-4.7.0:4 >=dev-qt/qttest-4.7.0:4 )" @@ -41,10 +40,8 @@ src_prepare() { cmake/Modules/FindPython3InterpWithDebug.cmake || die if use prefix; then - cp "${FILESDIR}"/rpath.cmake . - sed \ - -i '1iinclude(rpath.cmake)' \ - CMakeLists.txt || die + cp "${FILESDIR}"/rpath.cmake . || die + sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die fi } |