diff options
author | 2021-10-30 22:54:38 +0200 | |
---|---|---|
committer | 2021-10-30 22:54:38 +0200 | |
commit | ade3ea6a875a5db0711c8ca12fca4f8560624d98 (patch) | |
tree | f16809de852b05fe018c3983fc94441822f547c1 /media-libs/gmmlib/files | |
parent | www-apps/chromedriver-bin: bump to 95.0.4638.54 (diff) | |
download | gentoo-ade3ea6a875a5db0711c8ca12fca4f8560624d98.tar.gz gentoo-ade3ea6a875a5db0711c8ca12fca4f8560624d98.tar.bz2 gentoo-ade3ea6a875a5db0711c8ca12fca4f8560624d98.zip |
media-libs/gmmlib: update live ebuild
Changes:
- Bump to EAPI=8
- Fix CMake warnings
- Drop multilib, as not rdep package exists with multilib
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs/gmmlib/files')
-rw-r--r-- | media-libs/gmmlib/files/gmmlib-20.3.2_cmake_project.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/media-libs/gmmlib/files/gmmlib-20.3.2_cmake_project.patch b/media-libs/gmmlib/files/gmmlib-20.3.2_cmake_project.patch new file mode 100644 index 000000000000..628e9f0b295e --- /dev/null +++ b/media-libs/gmmlib/files/gmmlib-20.3.2_cmake_project.patch @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,5 @@ + cmake_minimum_required (VERSION 3.1 FATAL_ERROR) ++project(gmmlib) + + include(CTest) + |