mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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/"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user