diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 03:34:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 03:34:28 +0100 |
commit | 2853e1e0a7f068f83cd4a0c6f192ce60e9195299 (patch) | |
tree | 2b48f767f403494cdb8588f379dfcaf3fe61889d /net-libs | |
parent | net-libs/srt: add 1.5.1, wire up tests (diff) | |
download | gentoo-2853e1e0a7f068f83cd4a0c6f192ce60e9195299.tar.gz gentoo-2853e1e0a7f068f83cd4a0c6f192ce60e9195299.tar.bz2 gentoo-2853e1e0a7f068f83cd4a0c6f192ce60e9195299.zip |
net-libs/srt: update EAPI 7 -> 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/srt/srt-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/srt/srt-1.5.1.ebuild b/net-libs/srt/srt-1.5.1.ebuild index 8449fb1cbaa4..349670fcdbd7 100644 --- a/net-libs/srt/srt-1.5.1.ebuild +++ b/net-libs/srt/srt-1.5.1.ebuild @@ -1,7 +1,7 @@ # Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib |