diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:36:27 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:31 +0000 |
commit | 38c3d8130cd329905bbf236864d2ebd3334df88c (patch) | |
tree | 06a700e35d6713d63ac62c39e1f318461818d52f /dev-haskell/nats | |
parent | dev-haskell/nanospec: Stabilize for amd64 (diff) | |
download | gentoo-38c3d8130cd329905bbf236864d2ebd3334df88c.tar.gz gentoo-38c3d8130cd329905bbf236864d2ebd3334df88c.tar.bz2 gentoo-38c3d8130cd329905bbf236864d2ebd3334df88c.zip |
dev-haskell/nats: 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/nats')
-rw-r--r-- | dev-haskell/nats/nats-1.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/nats/nats-1.1.2-r1.ebuild b/dev-haskell/nats/nats-1.1.2-r1.ebuild index b7f57d7acae9..dcddb294eda0 100644 --- a/dev-haskell/nats/nats-1.1.2-r1.ebuild +++ b/dev-haskell/nats/nats-1.1.2-r1.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=7 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="+binary +hashable +template-haskell" RDEPEND=">=dev-lang/ghc-7.4.1:= |