diff options
Diffstat (limited to 'media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild')
-rw-r--r-- | media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild b/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild index dd50e14aae72..d452ec0aa281 100644 --- a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild +++ b/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RDEPEND=" media-libs/libvorbis " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" src_compile() { edo libtool --tag=CC --mode=compile $(tc-getCC) -shared ${CFLAGS} -pthread -c "${S}"/${PN}.c |