diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-30 01:10:24 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 06:16:37 +0000 |
commit | 06d22f7a7fc2c27e9a824020dbaaae3272f03659 (patch) | |
tree | 31bdec05254b37d52e8be738a7d2c75a6787bc10 /dev-vcs | |
parent | dev-vcs/git-filter-repo: add missing build dependency on setuptools-scm (diff) | |
download | gentoo-06d22f7a7fc2c27e9a824020dbaaae3272f03659.tar.gz gentoo-06d22f7a7fc2c27e9a824020dbaaae3272f03659.tar.bz2 gentoo-06d22f7a7fc2c27e9a824020dbaaae3272f03659.zip |
dev-vcs/git-filter-repo: reinstate ~loong keyword for 2.38.0-r2
It was accidentally dropped in -r2 as a side effect of two people
modifying the same atom asynchronously.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild index 4271e2406593..823a1a2beac5 100644 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild +++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/newren/git-filter-repo/releases/download/v${PV}/${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" |