diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-08-29 14:16:11 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-08-29 14:16:11 +0200 |
commit | a3f4eba72a8ec012c076406b965feff106a27a97 (patch) | |
tree | 0b14ca73a8f7e788abe0698503fe32c65ae967a9 /media-sound/patchage | |
parent | app-editors/emacs: Migrate from X to gui USE flag. (diff) | |
download | gentoo-a3f4eba72a8ec012c076406b965feff106a27a97.tar.gz gentoo-a3f4eba72a8ec012c076406b965feff106a27a97.tar.bz2 gentoo-a3f4eba72a8ec012c076406b965feff106a27a97.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/patchage')
-rw-r--r-- | media-sound/patchage/patchage-1.0.2.ebuild | 6 |
1 files 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 b25929f0516f..b5955f1048d3 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 \ |