diff options
author | Sam James <sam@gentoo.org> | 2024-09-04 11:03:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-04 11:03:47 +0100 |
commit | eb214629a9771b0f5bf4c3685bd5f5e7e97425a0 (patch) | |
tree | 599c9904e271193a792a9f6ea92dcab2ff2af927 /app-emacs | |
parent | app-emacs/org-modern: Stabilize 1.4 amd64, #937155 (diff) | |
download | gentoo-eb214629a9771b0f5bf4c3685bd5f5e7e97425a0.tar.gz gentoo-eb214629a9771b0f5bf4c3685bd5f5e7e97425a0.tar.bz2 gentoo-eb214629a9771b0f5bf4c3685bd5f5e7e97425a0.zip |
app-emacs/tempel: Stabilize 1.2 amd64, #937155
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tempel/tempel-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/tempel/tempel-1.2.ebuild b/app-emacs/tempel/tempel-1.2.ebuild index dacac7f268ac..3ab41fd90bf0 100644 --- a/app-emacs/tempel/tempel-1.2.ebuild +++ b/app-emacs/tempel/tempel-1.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |