diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2025-01-01 15:06:40 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2025-01-07 11:44:33 +0100 |
commit | 650b91027c81e5fb14fc69b672ab38fe9e7ba37f (patch) | |
tree | 46edd9483bf9cb5c6c29b421f06015585fe74396 /dev-vcs | |
parent | dev-java/bnd: restrict to <=dev-java/javaparser-core-3.13.10:0 (diff) | |
download | gentoo-650b91027c81e5fb14fc69b672ab38fe9e7ba37f.tar.gz gentoo-650b91027c81e5fb14fc69b672ab38fe9e7ba37f.tar.bz2 gentoo-650b91027c81e5fb14fc69b672ab38fe9e7ba37f.zip |
dev-vcs/bfg: update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/40021
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bfg/bfg-1.13.0-r1.ebuild (renamed from dev-vcs/bfg/bfg-1.13.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bfg/bfg-1.13.0.ebuild b/dev-vcs/bfg/bfg-1.13.0-r1.ebuild index 90b1cc8cd116..ba43a92b5df1 100644 --- a/dev-vcs/bfg/bfg-1.13.0.ebuild +++ b/dev-vcs/bfg/bfg-1.13.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit java-pkg-2 |