diff options
author | 2021-04-02 04:12:45 +0100 | |
---|---|---|
committer | 2021-04-03 16:53:59 +0100 | |
commit | 73d835fcec99baa8c0e684796d36e8992d457cf6 (patch) | |
tree | e10b1d709acc3549c0a9ebfd0e2788d5aef53340 /app-arch/mt-st/mt-st-1.4.ebuild | |
parent | app-arch/makeself: EAPI 7, eutils-- (diff) | |
download | gentoo-73d835fcec99baa8c0e684796d36e8992d457cf6.tar.gz gentoo-73d835fcec99baa8c0e684796d36e8992d457cf6.tar.bz2 gentoo-73d835fcec99baa8c0e684796d36e8992d457cf6.zip |
app-arch/mt-st: eutils--, respect CPPFLAGS too
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/mt-st/mt-st-1.4.ebuild')
-rw-r--r-- | app-arch/mt-st/mt-st-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/mt-st/mt-st-1.4.ebuild b/app-arch/mt-st/mt-st-1.4.ebuild index 8677862cdc02..b63ab7081319 100644 --- a/app-arch/mt-st/mt-st-1.4.ebuild +++ b/app-arch/mt-st/mt-st-1.4.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="control magnetic tape drive operation" |