commit:     c49c3e4b78283f8e9f8e8e941d843019c5d1741e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:08:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 18:47:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49c3e4b

net-libs/libyang: drop multilib

No multilib reverse dependencies.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libyang-2.0.194.ebuild => libyang-2.0.194-r1.ebuild}  | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/net-libs/libyang/libyang-2.0.194.ebuild 
b/net-libs/libyang/libyang-2.0.194-r1.ebuild
similarity index 75%
rename from net-libs/libyang/libyang-2.0.194.ebuild
rename to net-libs/libyang/libyang-2.0.194-r1.ebuild
index 975c5453bec1..f08475ffb964 100644
--- a/net-libs/libyang/libyang-2.0.194.ebuild
+++ b/net-libs/libyang/libyang-2.0.194-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib
+inherit cmake
 
 DESCRIPTION="YANG data modeling language library"
 HOMEPAGE="https://github.com/CESNET/libyang";
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/libpcre2[${MULTILIB_USEDEP}]"
+RDEPEND="dev-libs/libpcre2"
 DEPEND="
        ${RDEPEND}
        test? ( dev-util/cmocka )
@@ -25,7 +25,7 @@ BDEPEND="
        doc? ( app-doc/doxygen[dot] )
 "
 
-multilib_src_configure() {
+src_configure() {
        local mycmakeargs=(
                -DENABLE_TESTS=$(usex test)
                -DENABLE_VALGRIND_TESTS=OFF
@@ -33,12 +33,14 @@ multilib_src_configure() {
        cmake_src_configure
 }
 
-multilib_src_compile() {
+src_compile() {
        cmake_src_compile
 
-       multilib_is_native_abi && use doc && cmake_src_compile doc
+       use doc && cmake_src_compile doc
 }
 
-multilib_src_install_all() {
+src_install() {
+       cmake_src_install
+
        use doc && dodoc -r doc/.
 }

Reply via email to