proj/chromium-tools:master commit in: /
"Mike Gilbert" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786717583.8d6583ec9e0ac638da478ca11cd500aa730710eb.floppym@gentoo> |
commit: 8d6583ec9e0ac638da478ca11cd500aa730710eb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 14:26:23 2026 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 14:26:23 2026 +0000
URL: https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=8d6583ec
chrome-bump: add arm64 keyword to stable ebuilds
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
chrome-bump | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome-bump b/chrome-bump
index f3435a8..e12b76b 100755
--- a/chrome-bump
+++ b/chrome-bump
@@ -286,7 +286,7 @@ def main():
if args.dry_run:
print(f"ekeyword amd64 {to_ebuild}")
else:
- subprocess.run(["ekeyword", "amd64",
+ subprocess.run(["ekeyword", "amd64", "arm64",
os.path.join(repo_path, to_ebuild)])
if args.dry_run: