# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Manage caffe2 backend selection (ROCm/CUDA)" HOMEPAGE="https://pytorch.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" RDEPEND="app-admin/eselect" S="${FILESDIR}" src_install() { insinto /usr/share/eselect/modules doins "${FILESDIR}"/caffe2.eselect }