summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:37:57 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:37:57 +0100
commit8f75a76e87a407d71f8a11ac11eca95b90699ce5 (patch)
tree98e77b32e3cb57c28865d2a090a283b1ce4fc9e9
parentnet-vpn/wireguard-tools: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-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>
-rw-r--r--sci-biology/poa/poa-2-r1.ebuild4
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}"