diff options
author | 2023-02-09 17:14:08 +0200 | |
---|---|---|
committer | 2023-02-09 17:14:08 +0200 | |
commit | b59403cff708fce6c2abb2e848c96fe1c79832eb (patch) | |
tree | 45649ca6d4d3189ac1f99fd2bf9a34b4d1d41f84 /dev-libs/crc32c | |
parent | dev-libs/crc32c: fix building against dev-cpp/gtest-1.13.0 (diff) | |
download | gentoo-b59403cff708fce6c2abb2e848c96fe1c79832eb.tar.gz gentoo-b59403cff708fce6c2abb2e848c96fe1c79832eb.tar.bz2 gentoo-b59403cff708fce6c2abb2e848c96fe1c79832eb.zip |
dev-libs/crc32c: update EAPI 7 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/crc32c')
-rw-r--r-- | dev-libs/crc32c/crc32c-1.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/crc32c/crc32c-1.1.2-r2.ebuild b/dev-libs/crc32c/crc32c-1.1.2-r2.ebuild index 3eddf42a6270..25c6f9711384 100644 --- a/dev-libs/crc32c/crc32c-1.1.2-r2.ebuild +++ b/dev-libs/crc32c/crc32c-1.1.2-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake |