diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 08:41:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 08:41:15 +0100 |
commit | 2e7e910a3989b5e7daf97e2e25073f5fabf25e4f (patch) | |
tree | 3166843e0fc4f903917361844f0d5ed7857f831e /virtual/libelf | |
parent | dev-libs/ossp-uuid: drop 1.6.2-r6 (diff) | |
download | gentoo-2e7e910a3989b5e7daf97e2e25073f5fabf25e4f.tar.gz gentoo-2e7e910a3989b5e7daf97e2e25073f5fabf25e4f.tar.bz2 gentoo-2e7e910a3989b5e7daf97e2e25073f5fabf25e4f.zip |
virtual/libelf: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/libelf')
-rw-r--r-- | virtual/libelf/libelf-2-r1.ebuild (renamed from virtual/libelf/libelf-2.ebuild) | 4 | ||||
-rw-r--r-- | virtual/libelf/libelf-3-r1.ebuild (renamed from virtual/libelf/libelf-3.ebuild) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2-r1.ebuild index 165ad0fa2bb0..644892ce4f82 100644 --- a/virtual/libelf/libelf-2.ebuild +++ b/virtual/libelf/libelf-2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit multilib-build diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3-r1.ebuild index 431493d0acd8..c1ec5f6ba871 100644 --- a/virtual/libelf/libelf-3.ebuild +++ b/virtual/libelf/libelf-3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit multilib-build |