Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdrfile/
Date: Fri, 30 Oct 2015 04:57:58
Message-Id: 1446181065.49c11a3dd87025c0dd81bb4483919286da6a42a7.jer@gentoo
1 commit: 49c11a3dd87025c0dd81bb4483919286da6a42a7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 04:53:42 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 04:57:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c11a3d
7
8 sci-libs/xdrfile: Mark ~ppc64 (bug #563378).
9
10 Package-Manager: portage-2.2.23
11 RepoMan-Options: --ignore-arches
12
13 sci-libs/xdrfile/xdrfile-1.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/xdrfile/xdrfile-1.1.1.ebuild b/sci-libs/xdrfile/xdrfile-1.1.1.ebuild
17 index 187ea5f..d07446f 100644
18 --- a/sci-libs/xdrfile/xdrfile-1.1.1.ebuild
19 +++ b/sci-libs/xdrfile/xdrfile-1.1.1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
21
22 LICENSE="LGPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="fortran static-libs"
27
28 src_configure() {