diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-06-14 00:03:25 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-06-14 00:04:11 +0200 |
commit | 65fe59c987739c0ef2a827ec46d89db0b9dee0b9 (patch) | |
tree | 1399a25e0ac61701488d334c1c66102cbc9c06ce /app-emacs | |
parent | app-emacs/emacs-ebuild-snippets: bump to 2.1.0 (diff) | |
download | gentoo-65fe59c987739c0ef2a827ec46d89db0b9dee0b9.tar.gz gentoo-65fe59c987739c0ef2a827ec46d89db0b9dee0b9.tar.bz2 gentoo-65fe59c987739c0ef2a827ec46d89db0b9dee0b9.zip |
app-emacs/emacs-ebuild-snippets: sync live
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-9999.ebuild b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-9999.ebuild index b597df48c6a9..ad9c1efeb7b0 100644 --- a/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-9999.ebuild +++ b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git" else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2+" |