diff options
author | David Seifert <soap@gentoo.org> | 2016-01-17 00:33:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-01-17 00:34:21 +0100 |
commit | 59caeae1788d18755336c605ffb35e3f0bf434a1 (patch) | |
tree | b3d900e9859ab6636c9239fae3f8528a28d304b8 /sci-libs/getdata/files | |
parent | dev-vcs/git: Conditionally add patches that improve MediaWiki cloning (diff) | |
download | gentoo-59caeae1788d18755336c605ffb35e3f0bf434a1.tar.gz gentoo-59caeae1788d18755336c605ffb35e3f0bf434a1.tar.bz2 gentoo-59caeae1788d18755336c605ffb35e3f0bf434a1.zip |
sci-libs/getdata: Add and make dependencies explicit
Gentoo-Bug: 571752
* disable PHP bindings (previously automagic)
* fix broken Python bindings handling
* fix 'static-libs' handling
* add 'cxx' C++ bindings generation
* add 'flac' FLAC encoding generation
* disable Matlab bindings (previously automagic)
* disable libzzip encoding generation (previously automagic)
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-libs/getdata/files')
-rw-r--r-- | sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch b/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch new file mode 100644 index 000000000000..98da89dfb8ec --- /dev/null +++ b/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch @@ -0,0 +1,13 @@ +Remove python test suite. + +--- getdata-0.9.0/bindings/python/Makefile.am ++++ getdata-0.9.0/bindings/python/Makefile.am +@@ -20,8 +20,6 @@ + # + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS=test +- + nodist_python_SCRIPTS = pygetdata.so + + BUILT_SOURCES = pyconstants.c |