commit: c77ab43c7acdf1420397d330aa153cc1aeced03b Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Jun 12 13:10:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 22 09:55:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77ab43c
media-libs/flac: minor improvements - added DOCS so changelog gets installed - removed xz-utils as it's in @System - added comment for bashism Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/41823 Closes: https://github.com/gentoo/gentoo/pull/41823 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/flac/flac-1.5.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/flac/flac-1.5.0.ebuild b/media-libs/flac/flac-1.5.0.ebuild index 75955205013c..f20af78e4bf5 100644 --- a/media-libs/flac/flac-1.5.0.ebuild +++ b/media-libs/flac/flac-1.5.0.ebuild @@ -26,11 +26,12 @@ REQUIRED_USE=" RDEPEND="ogg? ( media-libs/libogg[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" BDEPEND=" - app-arch/xz-utils sys-devel/gettext virtual/pkgconfig " +DOCS=( AUTHORS {CHANGELOG,README}.md ) + src_prepare() { default elibtoolize @@ -62,6 +63,7 @@ multilib_src_configure() { ) # bash for https://github.com/xiph/flac/pull/803 + # should be fixed in >1.5.0 CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" }
