commit:     31a274bda3067b278dcdbcd2bb15a2337490fa11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 07:59:15 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 07:59:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a274bd

media-libs/resid: drop multilib

No multilib reverse dependencies.

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

 .../{resid-0.16_p2-r1.ebuild => resid-0.16_p2-r2.ebuild}    | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild 
b/media-libs/resid/resid-0.16_p2-r2.ebuild
similarity index 80%
rename from media-libs/resid/resid-0.16_p2-r1.ebuild
rename to media-libs/resid/resid-0.16_p2-r2.ebuild
index 6959ad0f820c..b4dc842c6028 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools multilib-minimal
+inherit autotools
 
 MY_MAJ=$(ver_cut 1-2)
 
@@ -30,14 +30,13 @@ src_prepare() {
        eautoreconf
 }
 
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               --disable-static \
+src_configure() {
+       econf \
                --enable-resid-install \
                --enable-shared
 }
 
-multilib_src_install() {
+src_install() {
        default
 
        dodoc "${S}"/VC_CC_SUPPORT.txt

Reply via email to