diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-27 18:49:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-06-03 18:14:06 -0700 |
commit | 3001df2b7abaea0e9b9e1981d5b500e5b6326a1e (patch) | |
tree | 66b247d6f25a00992271668d21c64fb552f47efe /dev-libs/inih | |
parent | dev-libs/glib: Switch to meson-multilib (diff) | |
download | gentoo-3001df2b7abaea0e9b9e1981d5b500e5b6326a1e.tar.gz gentoo-3001df2b7abaea0e9b9e1981d5b500e5b6326a1e.tar.bz2 gentoo-3001df2b7abaea0e9b9e1981d5b500e5b6326a1e.zip |
dev-libs/inih: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/inih')
-rw-r--r-- | dev-libs/inih/inih-53.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-libs/inih/inih-53.ebuild b/dev-libs/inih/inih-53.ebuild index eca5aae8a4c7..9ccb6693b900 100644 --- a/dev-libs/inih/inih-53.ebuild +++ b/dev-libs/inih/inih-53.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson multilib-minimal +inherit meson-multilib DESCRIPTION="inih (INI not invented here) simple .INI file parser" HOMEPAGE="https://github.com/benhoyt/inih" @@ -28,14 +28,6 @@ multilib_src_configure() { meson_src_configure } -multilib_src_compile() { - meson_src_compile -} - -multilib_src_install() { - meson_src_install -} - multilib_src_install_all() { local DOCS=( LICENSE.txt |