diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-14 13:11:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-19 10:13:39 +0200 |
commit | adc694b879eec391c18aeaea41da384bad48d0ec (patch) | |
tree | f0995d2d42a6aec9c19839f20258572da5d3e8ea /net-libs/srt | |
parent | dev-db/mariadb-connector-odbc: drop 3.1.13 (diff) | |
download | gentoo-adc694b879eec391c18aeaea41da384bad48d0ec.tar.gz gentoo-adc694b879eec391c18aeaea41da384bad48d0ec.tar.bz2 gentoo-adc694b879eec391c18aeaea41da384bad48d0ec.zip |
*/*: Drop obsolete CMAKE_ECLASS meta var
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.4.2.ebuild | 3 | ||||
-rw-r--r-- | net-libs/srt/srt-1.4.3.ebuild | 3 | ||||
-rw-r--r-- | net-libs/srt/srt-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild index de77f27cd91a..c611604e448c 100644 --- a/net-libs/srt/srt-1.4.2.ebuild +++ b/net-libs/srt/srt-1.4.2.ebuild @@ -1,9 +1,8 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Secure Reliable Transport (SRT) library and tools" diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild index f0b8cf62e0d1..2f3bf0e6e1d9 100644 --- a/net-libs/srt/srt-1.4.3.ebuild +++ b/net-libs/srt/srt-1.4.3.ebuild @@ -1,9 +1,8 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Secure Reliable Transport (SRT) library and tools" diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 31de6038b93b..60f4c45f9b0a 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -1,9 +1,8 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Secure Reliable Transport (SRT) library and tools" |