# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: d70f26ca8510fc008fe31f80ec2f8105cc8a5ab9 $ EAPI=8 DESCRIPTION="Unlock Intel XL710 / X710 cards for use with any SFP+" HOMEPAGE="https://github.com/bibigon812/xl710-unlocker" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/bibigon812/xl710-unlocker.git" else SRC_URI="" KEYWORDS="~amd64" fi LICENSE="GPL-2+" SLOT="0" IUSE="" PATCHES=( "${FILESDIR}"/${PN}-Makefile.patch )