diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-16 19:44:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-16 19:44:30 +0000 |
commit | d660e6babfa9fcd6c8a8b2581968a978f66bae64 (patch) | |
tree | 5484a63f4c8ee99fa7a18a183e4d8f7e728395b2 /dev-python/gmpy | |
parent | Respect LDFLAGS. Bug #334637 (diff) | |
download | gentoo-2-d660e6babfa9fcd6c8a8b2581968a978f66bae64.tar.gz gentoo-2-d660e6babfa9fcd6c8a8b2581968a978f66bae64.tar.bz2 gentoo-2-d660e6babfa9fcd6c8a8b2581968a978f66bae64.zip |
Use DOCS and add a call to die().
(Portage version: 2.2_rc97_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gmpy')
-rw-r--r-- | dev-python/gmpy/gmpy-1.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/gmpy/gmpy-1.13.ebuild b/dev-python/gmpy/gmpy-1.13.ebuild index b88b2551942e..120f9c59b68b 100644 --- a/dev-python/gmpy/gmpy-1.13.ebuild +++ b/dev-python/gmpy/gmpy-1.13.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/dev-python/gmpy/gmpy-1.13.ebuild,v 1.1 2010/09/13 19:59:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gmpy/gmpy-1.13.ebuild,v 1.2 2010/10/16 19:44:30 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") DISTUTILS_SETUP_FILES=("setup.py" "setes.py") +DOCS="doc/gmpydoc.txt" src_test() { testing() { @@ -39,6 +40,5 @@ src_test() { src_install() { distutils_src_install - dohtml doc/index.html - dodoc doc/gmpydoc.txt + dohtml doc/index.html || die "dohtml failed" } |