Files
gentoo/dev-vcs/gagit/gagit-4.ebuild
Sam James 35c9e65fb2 dev-vcs/gagit: Keyword 4 x86, #981446
Signed-off-by: Sam James <sam@gentoo.org>
2026-08-26 12:24:29 +01:00

22 lines
415 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Gentoo AGit workflow tool"
HOMEPAGE="https://gitweb.gentoo.org/proj/gagit.git/"
SRC_URI="
https://gitweb.gentoo.org/proj/gagit.git/snapshot/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
RDEPEND="
dev-vcs/git
virtual/editor
"