Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
dev-embedded/libjaylink: Switch live ebuild to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Sep 27, 2020
1 parent 6b44035 commit 99f61f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-embedded/libjaylink/libjaylink-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
EAPI="7"

EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"

inherit git-r3 autotools eutils ltprune
inherit git-r3 autotools

DESCRIPTION="Library to access J-Link devices"
HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
Expand All @@ -19,7 +19,8 @@ DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"

src_prepare() {
eautoreconf || die
eapply_user
eautoreconf
}

src_configure() {
Expand All @@ -28,5 +29,5 @@ src_configure() {

src_install() {
default
prune_libtool_files
use static-libs || find "${D}" -name '*.la' -delete || die
}

0 comments on commit 99f61f9

Please sign in to comment.