diff options
author | 2023-03-15 17:37:03 -0600 | |
---|---|---|
committer | 2023-03-17 18:18:49 +0000 | |
commit | dba14feaf31265006827fdc376cbcffd17bcb5c4 (patch) | |
tree | 4b925a46f9fd3a8e58457f6a10c2257721e03264 /dev-haskell/pandoc-lua-marshal | |
parent | dev-haskell/optparse-applicative: Stabilize for amd64 (diff) | |
download | gentoo-dba14feaf31265006827fdc376cbcffd17bcb5c4.tar.gz gentoo-dba14feaf31265006827fdc376cbcffd17bcb5c4.tar.bz2 gentoo-dba14feaf31265006827fdc376cbcffd17bcb5c4.zip |
dev-haskell/pandoc-lua-marshal: 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/pandoc-lua-marshal')
-rw-r--r-- | dev-haskell/pandoc-lua-marshal/pandoc-lua-marshal-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/pandoc-lua-marshal/pandoc-lua-marshal-0.1.6.ebuild b/dev-haskell/pandoc-lua-marshal/pandoc-lua-marshal-0.1.6.ebuild index b135150d2cd1..f57a09a97e7d 100644 --- a/dev-haskell/pandoc-lua-marshal/pandoc-lua-marshal-0.1.6.ebuild +++ b/dev-haskell/pandoc-lua-marshal/pandoc-lua-marshal-0.1.6.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/hslua-2.1:=[profile?] <dev-haskell/hslua-2.3:=[profile?] >=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.3:=[profile?] |