diff options
author | 2014-11-21 09:26:09 +0000 | |
---|---|---|
committer | 2014-11-21 09:26:09 +0000 | |
commit | 812f4e6d9626e7928ad59523c61e40eef5cda01c (patch) | |
tree | 14ec810a43717a6aa077a807ae31957fa3ce1478 /sci-mathematics/4ti2 | |
parent | Drop old (diff) | |
download | gentoo-2-812f4e6d9626e7928ad59523c61e40eef5cda01c.tar.gz gentoo-2-812f4e6d9626e7928ad59523c61e40eef5cda01c.tar.bz2 gentoo-2-812f4e6d9626e7928ad59523c61e40eef5cda01c.zip |
Clarify AT_NO_RECURSIVE usage.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.6.2.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/4ti2/ChangeLog | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild index 0323d702e14d..73861daa70a4 100644 --- a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.3 2014/11/14 09:58:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.4 2014/11/21 09:26:09 vapier Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true +# The swig subdir is not used, so we can skip running autotools in it. #518000 AT_NO_RECURSIVE=1 inherit autotools-utils diff --git a/sci-mathematics/4ti2/ChangeLog b/sci-mathematics/4ti2/ChangeLog index 0eb8207dfe99..a0854edf5319 100644 --- a/sci-mathematics/4ti2/ChangeLog +++ b/sci-mathematics/4ti2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/4ti2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.17 2014/11/14 09:58:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.18 2014/11/21 09:26:09 vapier Exp $ + + 21 Nov 2014; Mike Frysinger <vapier@gentoo.org> 4ti2-1.6.2.ebuild: + Clarify AT_NO_RECURSIVE usage. 14 Nov 2014; Thomas Kahle <tomka@gentoo.org> -4ti2-1.6.ebuild, 4ti2-1.6.2.ebuild: |