Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Sat, 09 Feb 2019 16:07:25
Message-Id: 1549728434.52641cc7b0fec66671dd01b92708e9862f2e48e3.chewi@gentoo
1 commit: 52641cc7b0fec66671dd01b92708e9862f2e48e3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 16:05:01 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 16:07:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52641cc7
7
8 dev-libs/libtommath: libtool is BDEPEND but handled by eclass anyway
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild
17 index 742f169f67a..6ee139e50bc 100644
18 --- a/dev-libs/libtommath/libtommath-1.1.0.ebuild
19 +++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild
20 @@ -14,8 +14,6 @@ SLOT="0"
21 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"
22 IUSE="doc examples static-libs"
23
24 -DEPEND="sys-devel/libtool"
25 -
26 src_prepare() {
27 default
28 # need libtool for cross compilation. Bug #376643