From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B17D198006 for ; Sun, 3 Mar 2013 18:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8999FE08D1; Sun, 3 Mar 2013 18:39:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10390E08B5 for ; Sun, 3 Mar 2013 18:39:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1946433DC30 for ; Sun, 3 Mar 2013 18:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 51920E408C for ; Sun, 3 Mar 2013 18:39:48 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1361814093.75982e7effe90447be634e7b2f17115c129495db.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/acml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/acml/ChangeLog sci-libs/acml/acml-5.3.0.ebuild X-VCS-Directories: sci-libs/acml/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 75982e7effe90447be634e7b2f17115c129495db X-VCS-Branch: master Date: Sun, 3 Mar 2013 18:39:48 +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: 329a8535-1f97-4607-8bcb-51a688545ac7 X-Archives-Hash: b7e168809b4434f9e50db50382997adf commit: 75982e7effe90447be634e7b2f17115c129495db Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Feb 25 17:41:33 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Feb 25 17:41:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=75982e7e sci-libs/acml: Add -lm -lrt for static linking on pc file Package-Manager: portage-2.2.01.21688-prefix --- sci-libs/acml/ChangeLog | 3 +++ sci-libs/acml/acml-5.3.0.ebuild | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index cd86638..afa30a8 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.40 2009/07/07 23:27:59 flameeyes Exp $ + 25 Feb 2013; Sébastien Fabbro acml-5.3.0.ebuild: + sci-libs/acml: Add -lm -lrt for static linking on pc file + *acml-5.3.0 (24 Jan 2013) 24 Jan 2013; Sébastien Fabbro +acml-5.3.0.ebuild, diff --git a/sci-libs/acml/acml-5.3.0.ebuild b/sci-libs/acml/acml-5.3.0.ebuild index 9d42a7d..374ddf6 100644 --- a/sci-libs/acml/acml-5.3.0.ebuild +++ b/sci-libs/acml/acml-5.3.0.ebuild @@ -78,6 +78,7 @@ src_install() { Version: ${PV} URL: ${HOMEPAGE} Libs: -L\${libdir} ${libs} + Libs.private: -lm -lrt ${threads} Cflags: -I\${includedir} EOF insinto /usr/${libdir}/pkgconfig