24 lines
296 B
Bash
24 lines
296 B
Bash
# 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=""
|
|
|
|
KEYWORDS="~amd64"
|
|
SLOT="0"
|
|
LICENSE="MIT"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
sys-fs/bees
|
|
"
|
|
|
|
RDEPEND="
|
|
${DEPEND}
|
|
"
|