Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
Date: Wed, 06 May 2020 17:25:34
Message-Id: 1588785914.8f482375ea637ba31b918b7322676419e713c61f.mgorny@gentoo
1 commit: 8f482375ea637ba31b918b7322676419e713c61f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f482375
7
8 virtual/libelf: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/libelf/libelf-3.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
16 index 0e22c66fb52..57e3b8c9d98 100644
17 --- a/virtual/libelf/libelf-3.ebuild
18 +++ b/virtual/libelf/libelf-3.ebuild
19 @@ -10,7 +10,4 @@ SLOT="0/1"
20 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
21
22 RDEPEND="
23 - || (
24 - >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
25 - >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
26 - )"
27 + >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"