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 4C1C2138239 for ; Sat, 9 Feb 2019 16:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C212E0AB8; Sat, 9 Feb 2019 16:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3E9E9E0AB8 for ; Sat, 9 Feb 2019 16:07:24 +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 93B75335CEA for ; Sat, 9 Feb 2019 16:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DECD2A7 for ; Sat, 9 Feb 2019 16:07:21 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1549728434.52641cc7b0fec66671dd01b92708e9862f2e48e3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtommath/libtommath-1.1.0.ebuild X-VCS-Directories: dev-libs/libtommath/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 52641cc7b0fec66671dd01b92708e9862f2e48e3 X-VCS-Branch: master Date: Sat, 9 Feb 2019 16:07:21 +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: c6b06732-37dc-4e7b-959f-f47e6a145446 X-Archives-Hash: 68017aed55cd0092f8bef3ebf188d4f8 commit: 52641cc7b0fec66671dd01b92708e9862f2e48e3 Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 9 16:05:01 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 9 16:07:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52641cc7 dev-libs/libtommath: libtool is BDEPEND but handled by eclass anyway Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild index 742f169f67a..6ee139e50bc 100644 --- a/dev-libs/libtommath/libtommath-1.1.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" -DEPEND="sys-devel/libtool" - src_prepare() { default # need libtool for cross compilation. Bug #376643