diff options
author | Sam James <sam@gentoo.org> | 2023-08-12 01:08:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-12 01:08:41 +0100 |
commit | 1891ecaf8e4b2f02e2cd1234ec2b471279a0779a (patch) | |
tree | cebc8b2f5d31526e34b72984ebf1fab5c7f2fb27 /app-emacs/company-math | |
parent | app-emacs/amx: Stabilize 3.4 amd64, #912076 (diff) | |
download | gentoo-1891ecaf8e4b2f02e2cd1234ec2b471279a0779a.tar.gz gentoo-1891ecaf8e4b2f02e2cd1234ec2b471279a0779a.tar.bz2 gentoo-1891ecaf8e4b2f02e2cd1234ec2b471279a0779a.zip |
app-emacs/company-math: Stabilize 1.5.1 amd64, #912077
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/company-math')
-rw-r--r-- | app-emacs/company-math/company-math-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/company-math/company-math-1.5.1.ebuild b/app-emacs/company-math/company-math-1.5.1.ebuild index 8611ade7beb1..2fab4c335b55 100644 --- a/app-emacs/company-math/company-math-1.5.1.ebuild +++ b/app-emacs/company-math/company-math-1.5.1.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" app-emacs/company-mode |