diff options
author | Sam James <sam@gentoo.org> | 2023-08-12 01:08:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-12 01:08:43 +0100 |
commit | cf09b8f1c204e1e3a974f7d089818d1254339956 (patch) | |
tree | 98df680f02bd546e79ee6393879887e2422b81ab /app-emacs/math-symbol-lists | |
parent | app-emacs/company-math: Stabilize 1.5.1 amd64, #912077 (diff) | |
download | gentoo-cf09b8f1c204e1e3a974f7d089818d1254339956.tar.gz gentoo-cf09b8f1c204e1e3a974f7d089818d1254339956.tar.bz2 gentoo-cf09b8f1c204e1e3a974f7d089818d1254339956.zip |
app-emacs/math-symbol-lists: Stabilize 1.3 amd64, #912077
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/math-symbol-lists')
-rw-r--r-- | app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild b/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild index d1913720fd8f..fa83d2156278 100644 --- a/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild +++ b/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DOCS=( readme.md ) SITEFILE="50${PN}-gentoo.el" |