diff options
author | Sam James <sam@gentoo.org> | 2022-10-29 15:28:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-29 15:44:57 +0100 |
commit | 68805b806c31107c4579125aa26da882b3670a4b (patch) | |
tree | 4e970d71d94eac8752518909e24d6c5c1627ee33 /sci-libs | |
parent | dev-python/python-lzo: enable py3.11 (diff) | |
download | gentoo-68805b806c31107c4579125aa26da882b3670a4b.tar.gz gentoo-68805b806c31107c4579125aa26da882b3670a4b.tar.bz2 gentoo-68805b806c31107c4579125aa26da882b3670a4b.zip |
sci-libs/xdrfile: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild (renamed from sci-libs/xdrfile/xdrfile-1.1.4.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild index 71f44e1afdfb..22cb5ad3872c 100644 --- a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild +++ b/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 FORTRAN_NEEDED="fortran" -inherit fortran-2 multilib +inherit fortran-2 DESCRIPTION="Library to read gromacs trajectory and topology files" HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library" |