Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdrfile/
Date: Tue, 29 Dec 2020 20:20:44
Message-Id: 1609273233.b304c2ef08a4ad11ec827559655466d01f5a391d.sam@gentoo
1 commit: b304c2ef08a4ad11ec827559655466d01f5a391d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 20:20:33 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 20:20:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b304c2ef
7
8 sci-libs/xdrfile: Stabilize 1.1.4 amd64, #762436
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/xdrfile/xdrfile-1.1.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild
16 index 9789dad9d61..e306c0118cb 100644
17 --- a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild
18 +++ b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
26
27 LICENSE="LGPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="fortran static-libs"
32
33 src_configure() {