diff options
author | David Seifert <soap@gentoo.org> | 2021-03-13 13:05:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-13 13:05:10 +0100 |
commit | f310ae0df4036c60e7198638aaaf6017c2d886cc (patch) | |
tree | e4fd90b8ec87d926193cc2477cc7afc90f1601ae /sci-biology | |
parent | sci-biology/embassy-structure: Fix building against clang/LLD (diff) | |
download | gentoo-f310ae0df4036c60e7198638aaaf6017c2d886cc.tar.gz gentoo-f310ae0df4036c60e7198638aaaf6017c2d886cc.tar.bz2 gentoo-f310ae0df4036c60e7198638aaaf6017c2d886cc.zip |
sci-biology/embassy-structure: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/embassy-structure/embassy-structure-0.1.660.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/embassy-structure/embassy-structure-0.1.660.ebuild b/sci-biology/embassy-structure/embassy-structure-0.1.660.ebuild index eaf74b5ea841..1c5bb1e9a967 100644 --- a/sci-biology/embassy-structure/embassy-structure-0.1.660.ebuild +++ b/sci-biology/embassy-structure/embassy-structure-0.1.660.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EBO_DESCRIPTION="Protein structure add-on package" |