diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:06 +0100 |
commit | 4df83f046a69d1318fde09492128702df4ec9bb9 (patch) | |
tree | cfdfacd97e3df2a0b25f75e1ae9ceff78403f1c0 /dev-embedded/libjaylink | |
parent | dev-embedded/gpsim: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-4df83f046a69d1318fde09492128702df4ec9bb9.tar.gz gentoo-4df83f046a69d1318fde09492128702df4ec9bb9.tar.bz2 gentoo-4df83f046a69d1318fde09492128702df4ec9bb9.zip |
dev-embedded/libjaylink: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-embedded/libjaylink')
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index 98eb0d9fd432..b5453cd46e96 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild index 494be90f48aa..3f1f59b950a1 100644 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git" -inherit git-r3 autotools eutils +inherit git-r3 autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" |