diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:34:32 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:17:37 +0000 |
commit | 739f622cfdcaeeaf76ac606bcf5f5ef34c71efd5 (patch) | |
tree | 499a31d78ddef77211c185e484c2b2515e3d61b4 /dev-haskell/jira-wiki-markup | |
parent | dev-haskell/ipynb: Stabilize for amd64 (diff) | |
download | gentoo-739f622cfdcaeeaf76ac606bcf5f5ef34c71efd5.tar.gz gentoo-739f622cfdcaeeaf76ac606bcf5f5ef34c71efd5.tar.bz2 gentoo-739f622cfdcaeeaf76ac606bcf5f5ef34c71efd5.zip |
dev-haskell/jira-wiki-markup: 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/jira-wiki-markup')
-rw-r--r-- | dev-haskell/jira-wiki-markup/jira-wiki-markup-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/jira-wiki-markup/jira-wiki-markup-1.4.0.ebuild b/dev-haskell/jira-wiki-markup/jira-wiki-markup-1.4.0.ebuild index 483164b37994..83908a8cbf14 100644 --- a/dev-haskell/jira-wiki-markup/jira-wiki-markup-1.4.0.ebuild +++ b/dev-haskell/jira-wiki-markup/jira-wiki-markup-1.4.0.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/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?] |