Skip to content

Commit

Permalink
app-arch/unrar: Rev bump to downgrade EAPI back to 5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Whissi committed Jun 21, 2017
1 parent e3e5792 commit 1b71de3
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 1b71de3

Please sign in to comment.