diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-19 14:38:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-19 14:38:50 +0200 |
commit | 4a3dc548c5e694e5ea8da1a6f676c773bbaf778c (patch) | |
tree | db907796387bdf9a2a73c9a213b61fe3ea8874bf /app-emacs/oauth2 | |
parent | app-emacs/flim: Stabilize 1.14.9_p20231218 sparc, #922491 (diff) | |
download | gentoo-4a3dc548c5e694e5ea8da1a6f676c773bbaf778c.tar.gz gentoo-4a3dc548c5e694e5ea8da1a6f676c773bbaf778c.tar.bz2 gentoo-4a3dc548c5e694e5ea8da1a6f676c773bbaf778c.zip |
app-emacs/oauth2: Stabilize 0.16 sparc, #922491
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/oauth2')
-rw-r--r-- | app-emacs/oauth2/oauth2-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild index 3c4322e34540..d293b5247e57 100644 --- a/app-emacs/oauth2/oauth2-0.16.ebuild +++ b/app-emacs/oauth2/oauth2-0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" SITEFILE="50${PN}-gentoo.el" |