diff options
-rw-r--r-- | dev-lang/icc/icc-18.0.2.199-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-18.0.2.199-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/vtune/vtune-18.0.2.0.551022.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild | 4 | ||||
-rw-r--r-- | eclass/intel-sdp-r1.eclass | 8 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-18.0.2.199.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-18.0.2.199.ebuild | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/dev-lang/icc/icc-18.0.2.199-r1.ebuild b/dev-lang/icc/icc-18.0.2.199-r1.ebuild index 7faa9de54..7f2c36e82 100644 --- a/dev-lang/icc/icc-18.0.2.199-r1.ebuild +++ b/dev-lang/icc/icc-18.0.2.199-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition diff --git a/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild index ce2b3c16d..f37dd5491 100644 --- a/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild +++ b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition diff --git a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild index 51a0b08c0..9ec0beef6 100644 --- a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild +++ b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition diff --git a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild index 8f4d6b62f..cffa2b8ed 100644 --- a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild +++ b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition diff --git a/eclass/intel-sdp-r1.eclass b/eclass/intel-sdp-r1.eclass index 12d1f868d..0fd9ee9d8 100644 --- a/eclass/intel-sdp-r1.eclass +++ b/eclass/intel-sdp-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: intel-sdp-r1.eclass @@ -10,14 +10,14 @@ MULTILIB_COMPAT=( abi_x86_{32,64} ) -inherit check-reqs eutils multilib-build versionator +inherit check-reqs eutils multilib-build EXPORT_FUNCTIONS src_unpack src_install pkg_postinst pkg_postrm pkg_pretend if [[ ! ${_INTEL_SDP_R1_ECLASS_} ]]; then case "${EAPI}" in - 6) ;; + 7) ;; *) die "EAPI=${EAPI} is not supported" ;; esac @@ -171,7 +171,7 @@ _isdp_get-sdp-year() { # e.g. opt/intel/compilers_and_libraries_2016.1.150 # opt/intel/vtune_amplifier_2018.2.0.551022 isdp_get-sdp-dir() { - local _intel_sdp_dir="opt/intel/${INTEL_SUBDIR}_$(_isdp_get-sdp-year).$(get_version_component_range 3-)" + local _intel_sdp_dir="opt/intel/${INTEL_SUBDIR}_$(_isdp_get-sdp-year).$(ver_cut 3-)" echo "${_intel_sdp_dir}" } diff --git a/sci-libs/ipp/ipp-18.0.2.199.ebuild b/sci-libs/ipp/ipp-18.0.2.199.ebuild index 0d5975c4d..5253840b9 100644 --- a/sci-libs/ipp/ipp-18.0.2.199.ebuild +++ b/sci-libs/ipp/ipp-18.0.2.199.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition diff --git a/sci-libs/mkl/mkl-18.0.2.199.ebuild b/sci-libs/mkl/mkl-18.0.2.199.ebuild index ad98b798f..26c8fd725 100644 --- a/sci-libs/mkl/mkl-18.0.2.199.ebuild +++ b/sci-libs/mkl/mkl-18.0.2.199.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 INTEL_DIST_SKU=3235 INTEL_DIST_PV=2018_update2_professional_edition |