diff options
author | David Seifert <soap@gentoo.org> | 2021-03-13 13:04:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-13 13:04:49 +0100 |
commit | 4ae6912ef2bff7e8f3411124f05e4edbdd5e3b43 (patch) | |
tree | 695e1a60483fc54ae9a51f086c7bfa7d22ed035f /sci-biology | |
parent | sci-biology/embassy-cbstools: Fix building against clang/LLD (diff) | |
download | gentoo-4ae6912ef2bff7e8f3411124f05e4edbdd5e3b43.tar.gz gentoo-4ae6912ef2bff7e8f3411124f05e4edbdd5e3b43.tar.bz2 gentoo-4ae6912ef2bff7e8f3411124f05e4edbdd5e3b43.zip |
sci-biology/embassy-cbstools: 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-cbstools/embassy-cbstools-1.0.0.660.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild index 6104a470f3f7..873b9cb64520 100644 --- a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild +++ b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.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="Applications from the CBS group" |