Skip to content

Commit

Permalink
app-misc/lockfile-progs: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 19, 2021
1 parent f68a0b2 commit 5ad263f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

inherit toolchain-funcs

Expand All @@ -12,12 +12,13 @@ SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
IUSE=""

DEPEND="net-libs/liblockfile"
RDEPEND="${DEPEND}"

src_prepare() {
default

# Provide better Makefile, with clear separation between compilation
# and installation.
cp "${FILESDIR}/Makefile" . || die
Expand Down

0 comments on commit 5ad263f

Please sign in to comment.