diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-06 09:11:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-06 09:11:48 +0000 |
commit | e5fef9788be69ea5b50967d632e59ffdf1aaf91c (patch) | |
tree | 87120adf6f7f357b98e3cae4bbb58ab214aadaec /app-pda/libimobiledevice | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-e5fef9788be69ea5b50967d632e59ffdf1aaf91c.tar.gz gentoo-2-e5fef9788be69ea5b50967d632e59ffdf1aaf91c.tar.bz2 gentoo-2-e5fef9788be69ea5b50967d632e59ffdf1aaf91c.zip |
Install missing /usr/include/libimobiledevice/cython/imobiledevice.pxd by hand since the build system doesn't do it.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index 8845aa97f154..9a67ed64e7f1 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.51 2014/04/06 08:52:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.52 2014/04/06 09:11:48 ssuominen Exp $ + + 06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> + libimobiledevice-1.1.6.ebuild: + Install missing /usr/include/libimobiledevice/cython/imobiledevice.pxd by hand + since the build system doesn't do it. *libimobiledevice-1.1.6 (06 Apr 2014) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild index 73bb9157bcd5..ea48c844fb84 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.1 2014/04/06 08:52:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.2 2014/04/06 09:11:48 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -58,4 +58,9 @@ src_compile() { src_install() { python_foreach_impl autotools-utils_src_install dohtml docs/html/* + + if use python; then + insinto /usr/include/${PN}/cython + doins cython/imobiledevice.pxd + fi } |