summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-06-18 16:35:41 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-06-18 16:35:41 +0000
commit174c0bf086b1d07b68706944d1d16dedc115c1e8 (patch)
tree6d9e158e1102aa092c822ccc8464249e635de433 /dev-libs/grantlee/grantlee-0.1.8.ebuild
parentFix underlink. Bug #369301 (diff)
downloadhistorical-174c0bf086b1d07b68706944d1d16dedc115c1e8.tar.gz
historical-174c0bf086b1d07b68706944d1d16dedc115c1e8.tar.bz2
historical-174c0bf086b1d07b68706944d1d16dedc115c1e8.zip
Make grantlee-1.8 build on arm, where qreal!=double...
Package-Manager: portage-2.1.10.1/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/grantlee/grantlee-0.1.8.ebuild')
-rw-r--r--dev-libs/grantlee/grantlee-0.1.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/grantlee/grantlee-0.1.8.ebuild b/dev-libs/grantlee/grantlee-0.1.8.ebuild
index b291a408470f..5afd4d01067a 100644
--- a/dev-libs/grantlee/grantlee-0.1.8.ebuild
+++ b/dev-libs/grantlee/grantlee-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.8.ebuild,v 1.1 2011/04/27 16:45:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.8.ebuild,v 1.2 2011/06/18 16:35:41 dilfridge Exp $
EAPI=4
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
SRC_URI="http://www.loegria.net/grantlee/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE="debug doc test"
@@ -30,6 +30,8 @@ DOCS=(AUTHORS CHANGELOG GOALS README)
# Some tests fail
RESTRICT="test"
+PATCHES=( "${FILESDIR}/${P}-arm.patch" )
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build test TESTS)