summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-22 19:43:52 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-22 19:43:52 +0000
commit6c5c7c95a3fe7b54cfb75b54e3a5e67a0645bf94 (patch)
treeab08bec358ca92c152c2ba05ab3dac1418a203d3 /sys-libs
parentDepend on intltool wrt bug#474340. (diff)
downloadgentoo-2-6c5c7c95a3fe7b54cfb75b54e3a5e67a0645bf94.tar.gz
gentoo-2-6c5c7c95a3fe7b54cfb75b54e3a5e67a0645bf94.tar.bz2
gentoo-2-6c5c7c95a3fe7b54cfb75b54e3a5e67a0645bf94.zip
Force in-source build, wrt bug #474098. Thanks to Jason Mours for discovering this issue
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libmath++/ChangeLog6
-rw-r--r--sys-libs/libmath++/libmath++-0.0.4-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/libmath++/ChangeLog b/sys-libs/libmath++/ChangeLog
index 2ddb98a8c6e3..dbdef5d7060e 100644
--- a/sys-libs/libmath++/ChangeLog
+++ b/sys-libs/libmath++/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libmath++
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.14 2013/06/19 17:03:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.15 2013/06/22 19:43:52 pinkbyte Exp $
+
+ 22 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> libmath++-0.0.4-r1.ebuild:
+ Force in-source build, wrt bug #474098. Thanks to Jason Mours for discovering
+ this issue
*libmath++-0.0.4-r1 (19 Jun 2013)
diff --git a/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild b/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
index 8c288456c7da..250cb4f044d3 100644
--- a/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
+++ b/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild,v 1.1 2013/06/19 17:03:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild,v 1.2 2013/06/22 19:43:52 pinkbyte Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1 # bug #474098
inherit autotools-utils
DESCRIPTION="template based math library, written in C++, for symbolic and numeric calculus applications"