media-tv/kodi: Fix IndirectInherits warning

The warning addressed is:
IndirectInherits: libtool: indirect inherit usage: 'elibtoolize'

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2022-10-06 11:44:13 -04:00
parent 21369b627c
commit 9bf48b41a6
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ else
S=${WORKDIR}/xbmc-${MY_PV}
fi
inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
inherit autotools cmake desktop libtool linux-info pax-utils python-single-r1 xdg
DESCRIPTION="A free and open source media-player and entertainment hub"
HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"

View File

@@ -31,7 +31,7 @@ else
S=${WORKDIR}/xbmc-${MY_PV}
fi
inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
inherit autotools cmake desktop libtool linux-info pax-utils python-single-r1 xdg
PATCHES=(
"${FILESDIR}/${P}-fmt-9.patch"

View File

@@ -31,7 +31,7 @@ else
S=${WORKDIR}/xbmc-${MY_PV}
fi
inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
inherit autotools cmake desktop libtool linux-info pax-utils python-single-r1 xdg
DESCRIPTION="A free and open source media-player and entertainment hub"
HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"

View File

@@ -29,7 +29,7 @@ else
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
fi
inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
inherit autotools cmake desktop libtool linux-info pax-utils python-single-r1 xdg
DESCRIPTION="A free and open source media-player and entertainment hub"
HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"