Skip to content

Commit

Permalink
dev-cpp/atkmm: Switch to meson-multilib
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Jun 4, 2021
1 parent 327211e commit adec8f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
16 changes: 2 additions & 14 deletions dev-cpp/atkmm/atkmm-2.28.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

PYTHON_COMPAT=( python3_{7..9} )
inherit gnome.org meson multilib-minimal python-any-r1
inherit gnome.org meson-multilib python-any-r1

DESCRIPTION="C++ interface for the ATK library"
HOMEPAGE="https://www.gtkmm.org"
Expand Down Expand Up @@ -32,19 +32,7 @@ BDEPEND="

multilib_src_configure() {
local emesonargs=(
-Dbuild-documentation=$(multilib_native_usex doc true false)
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure
}

multilib_src_compile() {
meson_src_compile
}

multilib_src_install() {
meson_src_install
}

multilib_src_test() {
meson_src_test
}
16 changes: 2 additions & 14 deletions dev-cpp/atkmm/atkmm-2.36.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

PYTHON_COMPAT=( python3_{7..9} )
inherit gnome.org meson multilib-minimal python-any-r1
inherit gnome.org meson-multilib python-any-r1

DESCRIPTION="C++ interface for the ATK library"
HOMEPAGE="https://www.gtkmm.org"
Expand Down Expand Up @@ -32,19 +32,7 @@ BDEPEND="

multilib_src_configure() {
local emesonargs=(
-Dbuild-documentation=$(multilib_native_usex doc true false)
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure
}

multilib_src_compile() {
meson_src_compile
}

multilib_src_install() {
meson_src_install
}

multilib_src_test() {
meson_src_test
}

0 comments on commit adec8f1

Please sign in to comment.