Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
Date: Sat, 01 May 2021 18:15:25
Message-Id: 1619892901.8dd56321bbf11dd636933b30e1f2aeb8efaf3b91.soap@gentoo
1 commit: 8dd56321bbf11dd636933b30e1f2aeb8efaf3b91
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat May 1 18:15:01 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 18:15:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd56321
7
8 virtual/libelf: EAPI 7
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 virtual/libelf/libelf-3.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
18 index ecdcf1ea694..72771ac216d 100644
19 --- a/virtual/libelf/libelf-3.ebuild
20 +++ b/virtual/libelf/libelf-3.ebuild
21 @@ -1,13 +1,13 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit multilib-build
29
30 DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
31 +
32 SLOT="0/1"
33 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
34
35 -RDEPEND="
36 - >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"
37 +RDEPEND=">=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"