# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="github.com" GH_REPO="racket/drdr" GH_COMMIT="e01699d5bb98175857a262ebc3db43c3f17424df" inherit gh racket DESCRIPTION="DrDr, Racket's continuous integration system" HOMEPAGE="https://github.com/racket/drdr" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RESTRICT="mirror" RDEPEND="dev-racket/job-queue-lib" BDEPEND="${RDEPEND}"