# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Symfony Config Component" HOMEPAGE="https://github.com/symfony/config" SRC_URI="https://github.com/symfony/config/archive/v${PV}.tar.gz -> symfony-config-${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" dev-lang/php:* dev-php/fedora-autoloader dev-php/symfony-filesystem" DEPEND="test? ( ${RDEPEND}