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 432C31396D9 for ; Sat, 11 Nov 2017 20:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA12E11AE; Sat, 11 Nov 2017 20:25:39 +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 3049CE11AE for ; Sat, 11 Nov 2017 20:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 248A233BE2E for ; Sat, 11 Nov 2017 20:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7EB59994 for ; Sat, 11 Nov 2017 20:25:36 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1510431931.3786902c721707f6d10e91744a54e4cbacf7cfe0.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libelf/libelf-1.ebuild X-VCS-Directories: virtual/libelf/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3786902c721707f6d10e91744a54e4cbacf7cfe0 X-VCS-Branch: master Date: Sat, 11 Nov 2017 20:25:36 +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-Archives-Salt: 7cc21960-606e-41d2-8b5f-6ffe385b62ee X-Archives-Hash: 12ac81531e2f3ba5b26b03ce5a2922ab commit: 3786902c721707f6d10e91744a54e4cbacf7cfe0 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Nov 11 20:25:14 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Nov 11 20:25:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3786902c virtual/libelf: add libelf to virtual/libelf-1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 virtual/libelf/libelf-1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-1.ebuild index ab3e0afb047..b2acd4bb712 100644 --- a/virtual/libelf/libelf-1.ebuild +++ b/virtual/libelf/libelf-1.ebuild @@ -13,4 +13,5 @@ RDEPEND=" || ( >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}] >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}] + >=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}] )"