floop-misc/base-meta: Fix the version.

This commit is contained in:
2026-06-27 07:48:31 +02:00
parent 2c03084197
commit 7789c5c28f
@@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION = "Floop Base System meta-package"
HOMEPAGE = "www.floop.fr"
SRC = ""
LICENSE = "MIT"
IUSE = ""
DEPEND = "
sys-fs/bees
"
RDEPEND = "
${DEPEND}
"
src_compile () {}
src_install () {}