diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:41:57 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:12 +0000 |
commit | 70f168c18a19124aec3608077e518b0c4e72fbd3 (patch) | |
tree | bb0742623941fef868be9b6825c403d46ba2e52d /dev-haskell | |
parent | dev-haskell/test-framework-th: Stabilize for amd64 (diff) | |
download | gentoo-70f168c18a19124aec3608077e518b0c4e72fbd3.tar.gz gentoo-70f168c18a19124aec3608077e518b0c4e72fbd3.tar.bz2 gentoo-70f168c18a19124aec3608077e518b0c4e72fbd3.zip |
dev-haskell/texmath: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/texmath/texmath-0.12.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/texmath/texmath-0.12.5.1.ebuild b/dev-haskell/texmath/texmath-0.12.5.1.ebuild index f3a9b269a915..956d16b67efc 100644 --- a/dev-haskell/texmath/texmath-0.12.5.1.ebuild +++ b/dev-haskell/texmath/texmath-0.12.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 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="executable server" RDEPEND=">=dev-haskell/pandoc-types-1.20:=[profile?] <dev-haskell/pandoc-types-1.23:=[profile?] |