diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-15 16:32:23 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-15 16:33:37 -0500 |
commit | 08183f6d73a91cfb310440d2be8fd97ac0491bc5 (patch) | |
tree | 4fbabd867be600e093fdcbe5fb7c7dfed2a8c8d8 /sci-libs/sundials | |
parent | sci-libs/sundials: Port to EAPI 7 (diff) | |
download | gentoo-08183f6d73a91cfb310440d2be8fd97ac0491bc5.tar.gz gentoo-08183f6d73a91cfb310440d2be8fd97ac0491bc5.tar.bz2 gentoo-08183f6d73a91cfb310440d2be8fd97ac0491bc5.zip |
sci-libs/sundials: fix patches
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch | 2 | ||||
-rw-r--r-- | sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch index 3e2b65d49dd9..97cc6f715c4e 100644 --- a/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch +++ b/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch @@ -6,6 +6,6 @@ diff -Nur old/CMakeLists.txt new/CMakeLists.txt INSTALL( FILES ${PROJECT_SOURCE_DIR}/NOTICE - DESTINATION include/sundials -+ DESTINATION share/doc/sundials-4.0.2) ++ DESTINATION share/doc/sundials-4.0.2 ) diff --git a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch index eb7fdbbec53b..72b5f5915c87 100644 --- a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch +++ b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch @@ -6,6 +6,6 @@ diff -Nur old/CMakeLists.txt new/CMakeLists.txt INSTALL( FILES ${PROJECT_SOURCE_DIR}/NOTICE - DESTINATION include/sundials -+ DESTINATION share/doc/sundials-4.1.0) ++ DESTINATION share/doc/sundials-4.1.0 ) |