commit: a3f4eba72a8ec012c076406b965feff106a27a97 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Aug 29 12:16:11 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Aug 29 12:16:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f4eba7
media-sound/patchage: enabled string patch Bug: https://bugs.gentoo.org/728178 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/patchage/patchage-1.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/patchage/patchage-1.0.2.ebuild b/media-sound/patchage/patchage-1.0.2.ebuild index b25929f0516..b5955f1048d 100644 --- a/media-sound/patchage/patchage-1.0.2.ebuild +++ b/media-sound/patchage/patchage-1.0.2.ebuild @@ -31,9 +31,9 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS NEWS README.md ) -#PATCHES=( -# "${FILESDIR}/${P}-string.patch" -#) +PATCHES=( + "${FILESDIR}/${P}-string.patch" +) src_configure() { waf-utils_src_configure \
