diff options
author | 2017-08-05 11:18:38 +0200 | |
---|---|---|
committer | 2017-08-05 11:37:40 +0200 | |
commit | 5f761feca7e6e7468e541c410660ed61b18bcd40 (patch) | |
tree | 4fbd1f13e80389eab2ee5e3aad6dcb6242477f06 /media-sound/cantata/cantata-2.1.0.ebuild | |
parent | dev-python/nltk: x86 stable (diff) | |
download | gentoo-5f761feca7e6e7468e541c410660ed61b18bcd40.tar.gz gentoo-5f761feca7e6e7468e541c410660ed61b18bcd40.tar.bz2 gentoo-5f761feca7e6e7468e541c410660ed61b18bcd40.zip |
media-sound/cantata: Fix build with USE=replaygain
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-sound/cantata/cantata-2.1.0.ebuild')
-rw-r--r-- | media-sound/cantata/cantata-2.1.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/cantata/cantata-2.1.0.ebuild b/media-sound/cantata/cantata-2.1.0.ebuild index 65f1626c7dd1..e60ac6b3c74a 100644 --- a/media-sound/cantata/cantata-2.1.0.ebuild +++ b/media-sound/cantata/cantata-2.1.0.ebuild @@ -60,6 +60,8 @@ DEPEND="${RDEPEND} # cantata has no tests RESTRICT="test" +PATCHES=( "${FILESDIR}/${P}-headers.patch" ) + src_prepare() { remove_locale() { rm "translations/${PN}_${1}".ts || die |