Skip to content

Commit

Permalink
app-arch/dump: Bump to EAPI-7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jul 15, 2019
1 parent e804833 commit 87753a3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app-arch/dump/dump-0.4.46-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit versionator

MY_P="${PN}-$(replace_version_separator 2 b)"
MY_P="${PN}-$(ver_rs 2 b)"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Dump/restore ext2fs backup utilities"
HOMEPAGE="http://dump.sourceforge.net/"
Expand Down Expand Up @@ -44,10 +42,14 @@ RDEPEND=">=sys-fs/e2fsprogs-1.27:=
static? ( sys-libs/ncurses:=[static-libs] )
)"
DEPEND="${RDEPEND}
virtual/pkgconfig
virtual/os-headers"
BDEPEND="
virtual/pkgconfig
"

PATCHES=( "${FILESDIR}"/${P}-openssl11.patch )
PATCHES=(
"${FILESDIR}"/${P}-openssl11.patch
)

src_configure() {
local myeconfargs=(
Expand Down

0 comments on commit 87753a3

Please sign in to comment.