diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-02-09 15:26:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-09 15:26:00 +0200 |
commit | e0a52758ca7067c897bba3ad2f2317db5e7e3457 (patch) | |
tree | a78d59777983de6b9a65d75006499f83a5f120ea /sys-fs/bees/bees-0.9.ebuild | |
parent | sys-fs/bees: drop 0.7 (diff) | |
download | gentoo-e0a52758ca7067c897bba3ad2f2317db5e7e3457.tar.gz gentoo-e0a52758ca7067c897bba3ad2f2317db5e7e3457.tar.bz2 gentoo-e0a52758ca7067c897bba3ad2f2317db5e7e3457.zip |
sys-fs/bees: EAPI 7->8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/bees/bees-0.9.ebuild')
-rw-r--r-- | sys-fs/bees/bees-0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bees/bees-0.9.ebuild b/sys-fs/bees/bees-0.9.ebuild index 70b55ab3d423..f84aba717799 100644 --- a/sys-fs/bees/bees-0.9.ebuild +++ b/sys-fs/bees/bees-0.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit linux-info systemd toolchain-funcs |