Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/
Date: Sat, 29 Aug 2020 12:16:38
Message-Id: 1598703371.a3f4eba72a8ec012c076406b965feff106a27a97.fordfrog@gentoo
1 commit: a3f4eba72a8ec012c076406b965feff106a27a97
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 12:16:11 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 12:16:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f4eba7
7
8 media-sound/patchage: enabled string patch
9
10 Bug: https://bugs.gentoo.org/728178
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/patchage/patchage-1.0.2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-sound/patchage/patchage-1.0.2.ebuild b/media-sound/patchage/patchage-1.0.2.ebuild
18 index b25929f0516..b5955f1048d 100644
19 --- a/media-sound/patchage/patchage-1.0.2.ebuild
20 +++ b/media-sound/patchage/patchage-1.0.2.ebuild
21 @@ -31,9 +31,9 @@ DEPEND="${RDEPEND}
22
23 DOCS=( AUTHORS NEWS README.md )
24
25 -#PATCHES=(
26 -# "${FILESDIR}/${P}-string.patch"
27 -#)
28 +PATCHES=(
29 + "${FILESDIR}/${P}-string.patch"
30 +)
31
32 src_configure() {
33 waf-utils_src_configure \