commit:     46e296300e5de9b58c6a64ba628094076f38faef
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 13:06:42 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 13:07:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e29630

dev-libs/ell: drop multilib on 0.53 too

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-libs/ell/ell-0.53.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-libs/ell/ell-0.53.ebuild b/dev-libs/ell/ell-0.53.ebuild
index 15a2056985b4..8cffe5864e18 100644
--- a/dev-libs/ell/ell-0.53.ebuild
+++ b/dev-libs/ell/ell-0.53.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic linux-info multilib-minimal
+inherit flag-o-matic linux-info
 
 DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
 HOMEPAGE="https://01.org/ell";
@@ -20,7 +20,6 @@ SLOT="0"
 IUSE="pie test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
 DEPEND="test? ( sys-apps/dbus )"
 
 CONFIG_CHECK="
@@ -40,17 +39,16 @@ src_prepare() {
        [[ "${PV}" == *9999 ]] && eautoreconf
 }
 
-multilib_src_configure() {
+src_configure() {
        append-cflags "-fsigned-char" #662694
        local myeconfargs=(
                $(use_enable pie)
        )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+       econf "${myeconfargs[@]}"
 }
 
-multilib_src_install_all() {
-       local DOCS=( ChangeLog README )
-       einstalldocs
+src_install() {
+       default
 
        find "${ED}" -name "*.la" -delete || die
 }

Reply via email to