# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Test ebuild" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" echo "*** begin global scope" echo "EBUILD_PHASE = ${EBUILD_PHASE}" echo "EBUILD_PHASE_FUNC = ${EBUILD_PHASE_FUNC}" echo "*** end global scope"