From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFB5F138A1A for ; Sun, 8 Feb 2015 06:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55B5BE0C1F; Sun, 8 Feb 2015 06:33:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D39BAE0C1F for ; Sun, 8 Feb 2015 06:33:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D143340750 for ; Sun, 8 Feb 2015 06:33:39 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 6DAD9114D7; Sun, 8 Feb 2015 06:33:37 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/fftw: ChangeLog fftw-3.3.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog fftw-3.3.4.ebuild X-VCS-Directories: sci-libs/fftw X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150208063337.6DAD9114D7@oystercatcher.gentoo.org> Date: Sun, 8 Feb 2015 06:33:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e77a8be2-9584-477f-9764-a1ab79923839 X-Archives-Hash: 6a69d4aedc684e8bec129331d14b06fb jer 15/02/08 06:33:37 Modified: ChangeLog fftw-3.3.4.ebuild Log: Stable for HPPA (bug #530904). (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.163 sci-libs/fftw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.163&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.163&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.162&r2=1.163 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- ChangeLog 29 Jan 2015 22:57:00 -0000 1.162 +++ ChangeLog 8 Feb 2015 06:33:37 -0000 1.163 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.162 2015/01/29 22:57:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.163 2015/02/08 06:33:37 jer Exp $ + + 08 Feb 2015; Jeroen Roovers fftw-3.3.4.ebuild: + Stable for HPPA (bug #530904). 29 Jan 2015; Michał Górny fftw-3.3.3-r2.ebuild, fftw-3.3.4.ebuild, metadata.xml: 1.7 sci-libs/fftw/fftw-3.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild?r1=1.6&r2=1.7 Index: fftw-3.3.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fftw-3.3.4.ebuild 29 Jan 2015 22:57:00 -0000 1.6 +++ fftw-3.3.4.ebuild 8 Feb 2015 06:33:37 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.6 2015/01/29 22:57:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.7 2015/02/08 06:33:37 jer Exp $ EAPI=5 @@ -14,11 +14,11 @@ if [[ ${PV} = *9999 ]]; then inherit git-2 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" - KEYWORDS="" + KEYWORDS="hppa" AUTOTOOLS_AUTORECONF=1 else SRC_URI="http://www.fftw.org/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2"