From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DF4113835A for ; Wed, 6 May 2020 17:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2540E095E; Wed, 6 May 2020 17:25:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEB57E095E for ; Wed, 6 May 2020 17:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E86BB34F49B for ; Wed, 6 May 2020 17:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40785241 for ; Wed, 6 May 2020 17:25:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588785914.8f482375ea637ba31b918b7322676419e713c61f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libelf/libelf-3.ebuild X-VCS-Directories: virtual/libelf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f482375ea637ba31b918b7322676419e713c61f X-VCS-Branch: master Date: Wed, 6 May 2020 17:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f428499-23a4-43cf-9af6-e7b940666f75 X-Archives-Hash: d684236c1ec545059d63c90d1ea8a203 commit: 8f482375ea637ba31b918b7322676419e713c61f Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f482375 virtual/libelf: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> virtual/libelf/libelf-3.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild index 0e22c66fb52..57e3b8c9d98 100644 --- a/virtual/libelf/libelf-3.ebuild +++ b/virtual/libelf/libelf-3.ebuild @@ -10,7 +10,4 @@ SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" - || ( - >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}] - >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}] - )" + >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"