diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:57 +0100 |
commit | 8f75a76e87a407d71f8a11ac11eca95b90699ce5 (patch) | |
tree | 98e77b32e3cb57c28865d2a090a283b1ce4fc9e9 /sci-biology | |
parent | net-vpn/wireguard-tools: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-8f75a76e87a407d71f8a11ac11eca95b90699ce5.tar.gz gentoo-8f75a76e87a407d71f8a11ac11eca95b90699ce5.tar.bz2 gentoo-8f75a76e87a407d71f8a11ac11eca95b90699ce5.zip |
sci-biology/poa: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/poa/poa-2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/poa/poa-2-r1.ebuild b/sci-biology/poa/poa-2-r1.ebuild index efee14d1dfd6..fc472ce96007 100644 --- a/sci-biology/poa/poa-2-r1.ebuild +++ b/sci-biology/poa/poa-2-r1.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=5 -inherit eutils +inherit eutils toolchain-funcs MY_P="${PN}V${PV}" |