aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:29:52 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:29:52 +0100
commit182ffee039521922548d1f0d4ccd570630d3e21d (patch)
treeea0b277532cebb4e1ce0d59e45d712a666e514a2 /sci-libs/fftw
parentsci-libs/nipy: Switch from git-2 to git-r3 (diff)
downloadsci-182ffee039521922548d1f0d4ccd570630d3e21d.tar.gz
sci-182ffee039521922548d1f0d4ccd570630d3e21d.tar.bz2
sci-182ffee039521922548d1f0d4ccd570630d3e21d.zip
sci-libs/fftw: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r--sci-libs/fftw/ChangeLog5
-rw-r--r--sci-libs/fftw/fftw-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index 45dfa9af1..c22b85c8b 100644
--- a/sci-libs/fftw/ChangeLog
+++ b/sci-libs/fftw/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/fftw
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> fftw-9999.ebuild:
+ Switch from git-2 to git-r3
+
17 Sep 2013; Christoph Junghans <ottxor@gentoo.org> -Manifest,
-fftw-3.3.3-r3.ebuild:
moved to gx86
diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild
index fb359955f..b7862ac4f 100644
--- a/sci-libs/fftw/fftw-9999.ebuild
+++ b/sci-libs/fftw/fftw-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.3-r2.ebuild,v 1.3 2013/06/27 14:30:29 aballier Exp $
@@ -13,7 +13,7 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform"
HOMEPAGE="http://www.fftw.org/"
if [[ ${PV} = *9999 ]]; then
- inherit git-2
+ inherit git-r3
EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1