diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:49 +0100 |
commit | 509153af842f9a766b9ffac2b726fb43cc5feb51 (patch) | |
tree | dc39914ed8318b898e3b55d70a7b960f73d2506d /media-libs/libsoundtouch | |
parent | media-libs/libmad: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-509153af842f9a766b9ffac2b726fb43cc5feb51.tar.gz gentoo-509153af842f9a766b9ffac2b726fb43cc5feb51.tar.bz2 gentoo-509153af842f9a766b9ffac2b726fb43cc5feb51.zip |
media-libs/libsoundtouch: [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 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild index d09a077c84c7..9621818824e8 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.1.2.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=7 -inherit autotools flag-o-matic multilib-minimal +inherit autotools flag-o-matic multilib-minimal toolchain-funcs MY_PN=${PN/lib} MY_P=${MY_PN}-${PV} |