diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:44:55 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:18 +0000 |
commit | 513d7fe0f4bdead7f6c4f1b8a95e022e7a0f4e4c (patch) | |
tree | c42aea986ff39e48cb12ab5af22a6b805cfd0413 /dev-haskell/yesod | |
parent | dev-haskell/yaml: Stabilize for amd64 (diff) | |
download | gentoo-513d7fe0f4bdead7f6c4f1b8a95e022e7a0f4e4c.tar.gz gentoo-513d7fe0f4bdead7f6c4f1b8a95e022e7a0f4e4c.tar.bz2 gentoo-513d7fe0f4bdead7f6c4f1b8a95e022e7a0f4e4c.zip |
dev-haskell/yesod: 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/yesod')
-rw-r--r-- | dev-haskell/yesod/yesod-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/yesod/yesod-1.6.2.ebuild b/dev-haskell/yesod/yesod-1.6.2.ebuild index f6b13208a6cd..d3bfeaf4fe5d 100644 --- a/dev-haskell/yesod/yesod-1.6.2.ebuild +++ b/dev-haskell/yesod/yesod-1.6.2.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 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.yesodweb.com/" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="dev-haskell/aeson:=[profile?] >=dev-haskell/conduit-1.3:=[profile?] |