public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/levmar/
@ 2012-12-13  0:10 Sebastien Fabbro
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro @ 2012-12-13  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7cb6db60b8acc331e91054944fe73b242a9e3edf
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 19:45:18 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 19:45:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7cb6db60

sci-libs/levmar: Use virtual/pkgconfig and prefix keywords

Package-Manager: portage-2.2.01.21418-prefix

---
 sci-libs/levmar/ChangeLog         |    4 +++-
 sci-libs/levmar/levmar-2.6.ebuild |   13 +++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/sci-libs/levmar/ChangeLog b/sci-libs/levmar/ChangeLog
index c1155af..3089ff1 100644
--- a/sci-libs/levmar/ChangeLog
+++ b/sci-libs/levmar/ChangeLog
@@ -2,9 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> levmar-2.6.ebuild:
+  sci-libs/levmar: Use virtual/pkgconfig and prefix keywords
+
 *levmar-2.6 (13 Apr 2012)
 
   13 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org>
   +files/levmar-2.6-shared.patch, +levmar-2.6.ebuild, +metadata.xml:
   sci-libs/levmar: Initial import
-

diff --git a/sci-libs/levmar/levmar-2.6.ebuild b/sci-libs/levmar/levmar-2.6.ebuild
index f87055d..4edcf88 100644
--- a/sci-libs/levmar/levmar-2.6.ebuild
+++ b/sci-libs/levmar/levmar-2.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit cmake-utils eutils
+inherit cmake-utils eutils toolchain-funcs
 
 DESCRIPTION="Levenberg-Marquardt nonlinear least squares C library"
 HOMEPAGE="http://www.ics.forth.gr/~lourakis/levmar/"
@@ -12,22 +12,23 @@ SRC_URI="${HOMEPAGE}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="plasma"
 
-RDEPEND="virtual/blas
+RDEPEND="
+	virtual/blas
 	virtual/lapack
 	plasma? ( sci-libs/plasma )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-shared.patch )
 
 src_configure() {
-	mycmakeargs+=(
+	local mycmakeargs+=(
 		-DNEED_F2C=OFF
 		-DHAVE_LAPACK=ON
-		-DLAPACKBLAS_LIB_NAMES="$(pkg-config --libs blas lapack)"
+		-DLAPACKBLAS_LIB_NAMES="$($(tc-getPKG_CONFIG) --libs blas lapack)"
 		$(cmake-utils_use plasma PLASMA)
 		$(cmake-utils_use test BUILD_DEMO)
 	)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-13  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13  0:10 [gentoo-commits] proj/sci:master commit in: sci-libs/levmar/ Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox