diff options
author | 2004-02-26 00:22:35 +0000 | |
---|---|---|
committer | 2004-02-26 00:22:35 +0000 | |
commit | 3694523b853660e6a8809f5398bd9318bc02d3f1 (patch) | |
tree | e8e841b56f9186a4dfad81d715e0253365338b08 /dev-python/sip/sip-3.8-r1.ebuild | |
parent | Marked stable on hppa. (diff) | |
download | historical-3694523b853660e6a8809f5398bd9318bc02d3f1.tar.gz historical-3694523b853660e6a8809f5398bd9318bc02d3f1.tar.bz2 historical-3694523b853660e6a8809f5398bd9318bc02d3f1.zip |
Oops, install both binaries and headerfiles.
Diffstat (limited to 'dev-python/sip/sip-3.8-r1.ebuild')
-rw-r--r-- | dev-python/sip/sip-3.8-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/sip/sip-3.8-r1.ebuild b/dev-python/sip/sip-3.8-r1.ebuild index ab49623dec25..bd22a483d0d5 100644 --- a/dev-python/sip/sip-3.8-r1.ebuild +++ b/dev-python/sip/sip-3.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8-r1.ebuild,v 1.1 2004/02/25 23:28:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8-r1.ebuild,v 1.2 2004/02/26 00:22:35 kloeri Exp $ IUSE="" @@ -38,11 +38,13 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} + + emake || die } src_install() { distutils_python_version - dodir /usr/include/python${PYVER}a + dodir /usr/include/python${PYVER} emake || die einstall || die dodoc NEWS README THANKS |