diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:48:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:47 +0100 |
commit | e3960f6b8768c08cdf895f42c5bb605f5f3bbebf (patch) | |
tree | c28745caabe63804cbb8d6d713ff638c5070a8ec /dev-cpp | |
parent | app-vim/vimbuddy: eutils-- (diff) | |
download | gentoo-e3960f6b8768c08cdf895f42c5bb605f5f3bbebf.tar.gz gentoo-e3960f6b8768c08cdf895f42c5bb605f5f3bbebf.tar.bz2 gentoo-e3960f6b8768c08cdf895f42c5bb605f5f3bbebf.zip |
dev-cpp/tbb: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/tbb-2019.8.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2020.2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2020.3.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild index f8b27cedd94b..da66dd2bd839 100644 --- a/dev-cpp/tbb/tbb-2019.8.ebuild +++ b/dev-cpp/tbb/tbb-2019.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs +inherit flag-o-matic multilib-minimal multilib toolchain-funcs PV1="$(ver_cut 1)" PV2="$(ver_cut 2)" diff --git a/dev-cpp/tbb/tbb-2020.2.ebuild b/dev-cpp/tbb/tbb-2020.2.ebuild index 25976f821bad..3e132d1c71b7 100644 --- a/dev-cpp/tbb/tbb-2020.2.ebuild +++ b/dev-cpp/tbb/tbb-2020.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs +inherit flag-o-matic multilib-minimal multilib toolchain-funcs PV1="$(ver_cut 1)" PV2="$(ver_cut 2)" diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild index 08a93301b150..91e579d8a4e4 100644 --- a/dev-cpp/tbb/tbb-2020.3.ebuild +++ b/dev-cpp/tbb/tbb-2020.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs +inherit flag-o-matic multilib-minimal multilib toolchain-funcs PV1="$(ver_cut 1)" PV2="$(ver_cut 2)" |