summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-06-21 17:10:43 +0200
committerThomas Deutschmann <whissi@gentoo.org>2017-06-21 17:10:43 +0200
commit1b71de383344ab8865b02524dfc98cfc7ca07e89 (patch)
tree64875b753ae7b8b80b5be21557e0c1d44a9808b0 /app-arch/unrar
parentdev-python/matplotlib: add the science project (diff)
downloadgentoo-1b71de383344ab8865b02524dfc98cfc7ca07e89.tar.gz
gentoo-1b71de383344ab8865b02524dfc98cfc7ca07e89.tar.bz2
gentoo-1b71de383344ab8865b02524dfc98cfc7ca07e89.zip
app-arch/unrar: Rev bump to downgrade EAPI back to 5
Downgrade to EAPI=5 because package is a base-system package and EAPI=6 isn't allowed for base-system packages yet. Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --force
Diffstat (limited to 'app-arch/unrar')
-rw-r--r--app-arch/unrar/unrar-5.5.5-r1.ebuild (renamed from app-arch/unrar/unrar-5.5.5.ebuild)13
1 files changed, 5 insertions, 8 deletions
diff --git a/app-arch/unrar/unrar-5.5.5.ebuild b/app-arch/unrar/unrar-5.5.5-r1.ebuild
index 84af45791adf..5916fb108bf5 100644
--- a/app-arch/unrar/unrar-5.5.5.ebuild
+++ b/app-arch/unrar/unrar-5.5.5-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="5"
-inherit flag-o-matic multilib toolchain-funcs
+inherit eutils flag-o-matic multilib toolchain-funcs
MY_PN=${PN}src
@@ -21,13 +21,10 @@ RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
S=${WORKDIR}/unrar
-PATCHES=(
- "${FILESDIR}"/${PN}-5.5.5-build.patch
- "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
-)
-
src_prepare() {
- default
+ epatch "${FILESDIR}"/${PN}-5.5.5-build.patch
+ epatch "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
+ epatch_user
local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
if [[ ${CHOST} == *-darwin* ]] ; then