diff options
author | 2015-11-09 10:19:00 +0100 | |
---|---|---|
committer | 2015-11-09 10:19:00 +0100 | |
commit | 197ebb9c0e8534a992c2dc06490cfef915aec386 (patch) | |
tree | 580796a902d725d3f0f0ef1d44abe83f1c8c6f62 /app-backup/backintime/backintime-1.1.4.ebuild | |
parent | app-backup/tsm: Version bump to latest patches in 6.3.2, 6.4.2, 7.1.2 and 7.1... (diff) | |
download | gentoo-197ebb9c0e8534a992c2dc06490cfef915aec386.tar.gz gentoo-197ebb9c0e8534a992c2dc06490cfef915aec386.tar.bz2 gentoo-197ebb9c0e8534a992c2dc06490cfef915aec386.zip |
app-backup/backintime: Add fix for python3 --version on stderr (thanks Timo Ollech and Fabian Kislat, bug 551780).
Package-Manager: portage-2.2.21
Diffstat (limited to 'app-backup/backintime/backintime-1.1.4.ebuild')
-rw-r--r-- | app-backup/backintime/backintime-1.1.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-backup/backintime/backintime-1.1.4.ebuild b/app-backup/backintime/backintime-1.1.4.ebuild index 6f7c7847de64..8c3700b24c90 100644 --- a/app-backup/backintime/backintime-1.1.4.ebuild +++ b/app-backup/backintime/backintime-1.1.4.ebuild @@ -28,6 +28,8 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { + epatch "${FILESDIR}"/${P}-python-version-stderr.patch + #fix doc install location sed -e "s:/doc/${PN}-common:/doc/${PF}:g" \ -i common/Makefile.template || die |